#D9EFF8

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

Shades of Pattens Blue #D9EFF8

Tints of Pattens Blue #D9EFF8

Color information

#D9EFF8 (or 0xD9EFF8) is unknown color: approx Pattens Blue. HEX triplet: D9, EF and F8. RGB value is (217,239,248). Sum of RGB (Red+Green+Blue) = 217+239+248=704 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.82% from 704); Green value is 239 (93.75% from 255 or 33.95% from 704); Blue value is 248 (97.27% from 255 or 35.23% from 704); Max value from RGB is 248 - color contains mainly: blue. Hex color #D9EFF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EFF8 is #261007. Grayscale: #E9E9E9. Windows color (decimal): -2494472 or 16314329. OLE color: 16314329.

HSL color Cylindrical-coordinate representation of color #D9EFF8: hue angle of 197.42º degrees, saturation: 0.69, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9EFF8 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB217239248-
CMYK0.120.0400.03
HSL197.42º68.89%91.18%-
HSV(B)197.42º12.5%97.25%-
XYZ76.4383.26100.85-
YUV233.45136.21116.27-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.82%
GREEN value IS 239 (93.75% from 255) = 33.95%
BLUE value IS 248 (97.27% from 255) = 35.23%
R=30.82%
G=33.95%
B=35.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2172392480.120.0400.03197.4268.8991.18
HexD9EFF8C403c5455b
Octal33135737014403305105133
Binary11011001111011111111100011001000111100010110001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EFF8; }

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

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

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

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

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

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

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

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