#D9EEFC

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

Shades of Pattens Blue #D9EEFC

Tints of Pattens Blue #D9EEFC

Color information

#D9EEFC (or 0xD9EEFC) is unknown color: approx Pattens Blue. HEX triplet: D9, EE and FC. RGB value is (217,238,252). Sum of RGB (Red+Green+Blue) = 217+238+252=707 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.69% from 707); Green value is 238 (93.36% from 255 or 33.66% from 707); Blue value is 252 (98.83% from 255 or 35.64% from 707); Max value from RGB is 252 - color contains mainly: blue. Hex color #D9EEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EEFC is #261103. Grayscale: #E9E9E9. Windows color (decimal): -2494724 or 16576217. OLE color: 16576217.

HSL color Cylindrical-coordinate representation of color #D9EEFC: hue angle of 204º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9EEFC is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB217238252-
CMYK0.140.0600.01
HSL204º85.37%91.96%-
HSV(B)204º13.89%98.82%-
XYZ76.7682.93104.06-
YUV233.32138.54116.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.69%
GREEN value IS 238 (93.36% from 255) = 33.66%
BLUE value IS 252 (98.83% from 255) = 35.64%
R=30.69%
G=33.66%
B=35.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172382520.140.0600.0120485.3791.96
HexD9EEFCE601cc555c
Octal33135637416601314125134
Binary1101100111101110111111001110110011100110010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EEFC; }

 p { color: rgb(217,238,252); }

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

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

 a { background-color: rgb(217,238,252); }

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

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

 span { border-color: rgb(217,238,252); }

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