#D6E9F6

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

Shades of Pattens Blue #D6E9F6

Tints of Pattens Blue #D6E9F6

Color information

#D6E9F6 (or 0xD6E9F6) is unknown color: approx Pattens Blue. HEX triplet: D6, E9 and F6. RGB value is (214,233,246). Sum of RGB (Red+Green+Blue) = 214+233+246=693 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.88% from 693); Green value is 233 (91.41% from 255 or 33.62% from 693); Blue value is 246 (96.48% from 255 or 35.50% from 693); Max value from RGB is 246 - color contains mainly: blue. Hex color #D6E9F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6E9F6 is #291609. Grayscale: #E4E4E4. Windows color (decimal): -2692618 or 16181718. OLE color: 16181718.

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

Color convert

RGB214233246-
CMYK0.130.0500.04
HSL204.38º64%90.2%-
HSV(B)204.38º13.01%96.47%-
XYZ73.5179.2398.61-
YUV228.8137.71117.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.88%
GREEN value IS 233 (91.41% from 255) = 33.62%
BLUE value IS 246 (96.48% from 255) = 35.50%
R=30.88%
G=33.62%
B=35.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2142332460.130.0500.04204.386490.2
HexD6E9F6D504cc405a
Octal32635136615504314100132
Binary110101101110100111110110110110101001100110010000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E9F6; }

 p { color: rgb(214,233,246); }

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

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

 a { background-color: rgb(214,233,246); }

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

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

 span { border-color: rgb(214,233,246); }

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