#D9EBFA

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

Shades of Pattens Blue #D9EBFA

Tints of Pattens Blue #D9EBFA

Color information

#D9EBFA (or 0xD9EBFA) is unknown color: approx Pattens Blue. HEX triplet: D9, EB and FA. RGB value is (217,235,250). Sum of RGB (Red+Green+Blue) = 217+235+250=702 (92% of max value = 765). Red value is 217 (85.16% from 255 or 30.91% from 702); Green value is 235 (92.19% from 255 or 33.48% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9EBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EBFA is #261405. Grayscale: #E7E7E7. Windows color (decimal): -2495494 or 16444377. OLE color: 16444377.

HSL color Cylindrical-coordinate representation of color #D9EBFA: hue angle of 207.27º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9EBFA is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB217235250-
CMYK0.130.0600.02
HSL207.27º76.74%91.57%-
HSV(B)207.27º13.2%98.04%-
XYZ75.5881.07102.11-
YUV231.33138.54117.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.91%
GREEN value IS 235 (92.19% from 255) = 33.48%
BLUE value IS 250 (98.05% from 255) = 35.61%
R=30.91%
G=33.48%
B=35.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172352500.130.0600.02207.2776.7491.57
HexD9EBFAD602cf4d5c
Octal33135337215602317115134
Binary11011001111010111111101011011100101100111110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EBFA; }

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

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

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

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

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

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

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

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