#D9EAFD

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

Shades of Pattens Blue #D9EAFD

Tints of Pattens Blue #D9EAFD

Color information

#D9EAFD (or 0xD9EAFD) is unknown color: approx Pattens Blue. HEX triplet: D9, EA and FD. RGB value is (217,234,253). Sum of RGB (Red+Green+Blue) = 217+234+253=704 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.82% from 704); Green value is 234 (91.80% from 255 or 33.24% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9EAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EAFD is #261502. Grayscale: #E6E6E6. Windows color (decimal): -2495747 or 16640729. OLE color: 16640729.

HSL color Cylindrical-coordinate representation of color #D9EAFD: hue angle of 211.67º degrees, saturation: 0.9, 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 #D9EAFD is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB217234253-
CMYK0.140.0800.01
HSL211.67º90%92.16%-
HSV(B)211.67º14.23%99.22%-
XYZ75.7780.69104.51-
YUV231.08140.37117.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.82%
GREEN value IS 234 (91.80% from 255) = 33.24%
BLUE value IS 253 (99.22% from 255) = 35.94%
R=30.82%
G=33.24%
B=35.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172342530.140.0800.01211.679092.16
HexD9EAFDE801d45a5c
Octal331352375161001324132134
Binary11011001111010101111110111101000011101010010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EAFD; }

 p { color: rgb(217,234,253); }

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

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

 a { background-color: rgb(217,234,253); }

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

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

 span { border-color: rgb(217,234,253); }

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