#D6EAF3

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

Shades of Pattens Blue #D6EAF3

Tints of Pattens Blue #D6EAF3

Color information

#D6EAF3 (or 0xD6EAF3) is unknown color: approx Pattens Blue. HEX triplet: D6, EA and F3. RGB value is (214,234,243). Sum of RGB (Red+Green+Blue) = 214+234+243=691 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.97% from 691); Green value is 234 (91.80% from 255 or 33.86% from 691); Blue value is 243 (95.31% from 255 or 35.17% from 691); Max value from RGB is 243 - color contains mainly: blue. Hex color #D6EAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EAF3 is #29150C. Grayscale: #E4E4E4. Windows color (decimal): -2692365 or 15985366. OLE color: 15985366.

HSL color Cylindrical-coordinate representation of color #D6EAF3: hue angle of 198.62º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6EAF3 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB214234243-
CMYK0.120.0400.05
HSL198.62º54.72%89.61%-
HSV(B)198.62º11.93%95.29%-
XYZ73.3379.6196.3-
YUV229.05135.87117.27-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.97%
GREEN value IS 234 (91.80% from 255) = 33.86%
BLUE value IS 243 (95.31% from 255) = 35.17%
R=30.97%
G=33.86%
B=35.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142342430.120.0400.05198.6254.7289.61
HexD6EAF3C405c7375a
Octal3263523631440530767132
Binary11010110111010101111001111001000101110001111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EAF3; }

 p { color: rgb(214,234,243); }

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

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

 a { background-color: rgb(214,234,243); }

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

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

 span { border-color: rgb(214,234,243); }

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