#D9EBFE

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

Shades of Pattens Blue #D9EBFE

Tints of Pattens Blue #D9EBFE

Color information

#D9EBFE (or 0xD9EBFE) is unknown color: approx Pattens Blue. HEX triplet: D9, EB and FE. RGB value is (217,235,254). Sum of RGB (Red+Green+Blue) = 217+235+254=706 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.74% from 706); Green value is 235 (92.19% from 255 or 33.29% from 706); Blue value is 254 (99.61% from 255 or 35.98% from 706); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9EBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EBFE is #261401. Grayscale: #E7E7E7. Windows color (decimal): -2495490 or 16706521. OLE color: 16706521.

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

Color convert

RGB217235254-
CMYK0.150.0700.00
HSL210.81º94.87%92.35%-
HSV(B)210.81º14.57%99.61%-
XYZ76.2181.32105.45-
YUV231.78140.54117.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.74%
GREEN value IS 235 (92.19% from 255) = 33.29%
BLUE value IS 254 (99.61% from 255) = 35.98%
R=30.74%
G=33.29%
B=35.98%

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
Decimal2172352540.150.0700.00210.8194.8792.35
HexD9EBFEF700d35f5c
Octal33135337617700323137134
Binary1101100111101011111111101111111001101001110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EBFE; }

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

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

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

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

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

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

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

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