#D9EFF5

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

Shades of Pattens Blue #D9EFF5

Tints of Pattens Blue #D9EFF5

Color information

#D9EFF5 (or 0xD9EFF5) is unknown color: approx Pattens Blue. HEX triplet: D9, EF and F5. RGB value is (217,239,245). Sum of RGB (Red+Green+Blue) = 217+239+245=701 (92% of max value = 765). Red value is 217 (85.16% from 255 or 30.96% from 701); Green value is 239 (93.75% from 255 or 34.09% from 701); Blue value is 245 (96.09% from 255 or 34.95% from 701); Max value from RGB is 245 - color contains mainly: blue. Hex color #D9EFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EFF5 is #26100A. Grayscale: #E9E9E9. Windows color (decimal): -2494475 or 16117721. OLE color: 16117721.

HSL color Cylindrical-coordinate representation of color #D9EFF5: hue angle of 192.86º degrees, saturation: 0.58, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9EFF5 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB217239245-
CMYK0.110.0200.04
HSL192.86º58.33%90.59%-
HSV(B)192.86º11.43%96.08%-
XYZ75.9683.0898.42-
YUV233.11134.71116.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.96%
GREEN value IS 239 (93.75% from 255) = 34.09%
BLUE value IS 245 (96.09% from 255) = 34.95%
R=30.96%
G=34.09%
B=34.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2172392450.110.0200.04192.8658.3390.59
HexD9EFF5B204c13a5b
Octal3313573651320430172133
Binary1101100111101111111101011011100100110000011110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EFF5; }

 p { color: rgb(217,239,245); }

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

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

 a { background-color: rgb(217,239,245); }

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

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

 span { border-color: rgb(217,239,245); }

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