#C6DFEA

Color #C6DFEA Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #C6DFEA

Tints of Pattens Blue #C6DFEA

Color information

#C6DFEA (or 0xC6DFEA) is unknown color: approx Pattens Blue. HEX triplet: C6, DF and EA. RGB value is (198,223,234). Sum of RGB (Red+Green+Blue) = 198+223+234=655 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.23% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 234 - color contains mainly: blue. Hex color #C6DFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DFEA is #392015. Grayscale: #D8D8D8. Windows color (decimal): -3743766 or 15392710. OLE color: 15392710.

HSL color Cylindrical-coordinate representation of color #C6DFEA: hue angle of 198.33º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6DFEA is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB198223234-
CMYK0.150.0500.08
HSL198.33º46.15%84.71%-
HSV(B)198.33º15.38%91.76%-
XYZ64.5370.7288.09-
YUV216.78137.72114.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 30.23%
GREEN value IS 223 (87.5% from 255) = 34.05%
BLUE value IS 234 (91.80% from 255) = 35.73%
R=30.23%
G=34.05%
B=35.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1982232340.150.0500.08198.3346.1584.71
HexC6DFEAF508c62e55
Octal30633735217501030656125
Binary110001101101111111101010111110101000110001101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DFEA; }

 p { color: rgb(198,223,234); }

 H1.HeaderClassName
 {
   color: #C6DFEA;
 }
 .AnyTagClassName
 {
   color: #C6DFEA;
 }
</style>
background-color css

<style>
 a { background-color: #C6DFEA; }

 a { background-color: rgb(198,223,234); }

 div.DivClassName
 {
   background-color: #C6DFEA;
 }
 .BgClassName
 {
   background-color: #C6DFEA;
 }
</style>
border-color css

<style>
 span { border-color: #C6DFEA; }

 span { border-color: rgb(198,223,234); }

 td.TdClassName
 {
   border-color: #C6DFEA;
 }
 .TagClassName
 {
   border-color: #C6DFEA;
 }
</style>