#D9EFFE

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

Shades of Pattens Blue #D9EFFE

Tints of Pattens Blue #D9EFFE

Color information

#D9EFFE (or 0xD9EFFE) is unknown color: approx Pattens Blue. HEX triplet: D9, EF and FE. RGB value is (217,239,254). Sum of RGB (Red+Green+Blue) = 217+239+254=710 (94% of max value = 765). Red value is 217 (85.16% from 255 or 30.56% from 710); Green value is 239 (93.75% from 255 or 33.66% from 710); Blue value is 254 (99.61% from 255 or 35.77% from 710); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9EFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EFFE is #261001. Grayscale: #EAEAEA. Windows color (decimal): -2494466 or 16707545. OLE color: 16707545.

HSL color Cylindrical-coordinate representation of color #D9EFFE: hue angle of 204.32º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9EFFE is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB217239254-
CMYK0.150.0600.00
HSL204.32º94.87%92.35%-
HSV(B)204.32º14.57%99.61%-
XYZ77.3783.64105.83-
YUV234.13139.21115.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.56%
GREEN value IS 239 (93.75% from 255) = 33.66%
BLUE value IS 254 (99.61% from 255) = 35.77%
R=30.56%
G=33.66%
B=35.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2172392540.150.0600.00204.3294.8792.35
HexD9EFFEF600cc5f5c
Octal33135737617600314137134
Binary1101100111101111111111101111110001100110010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EFFE; }

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

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

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

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

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

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

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

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