#D9EDFE

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

Shades of Pattens Blue #D9EDFE

Tints of Pattens Blue #D9EDFE

Color information

#D9EDFE (or 0xD9EDFE) is unknown color: approx Pattens Blue. HEX triplet: D9, ED and FE. RGB value is (217,237,254). Sum of RGB (Red+Green+Blue) = 217+237+254=708 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.65% from 708); Green value is 237 (92.97% from 255 or 33.47% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9EDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EDFE is #261201. Grayscale: #E8E8E8. Windows color (decimal): -2494978 or 16707033. OLE color: 16707033.

HSL color Cylindrical-coordinate representation of color #D9EDFE: hue angle of 207.57º 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 #D9EDFE is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB217237254-
CMYK0.150.0700.00
HSL207.57º94.87%92.35%-
HSV(B)207.57º14.57%99.61%-
XYZ76.7982.48105.64-
YUV232.96139.87116.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.65%
GREEN value IS 237 (92.97% from 255) = 33.47%
BLUE value IS 254 (99.61% from 255) = 35.88%
R=30.65%
G=33.47%
B=35.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2172372540.150.0700.00207.5794.8792.35
HexD9EDFEF700d05f5c
Octal33135537617700320137134
Binary1101100111101101111111101111111001101000010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EDFE; }

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

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

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

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

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

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

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

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