Html Css Color HEX #D9EFF8 Pattens Blue

📋 copy color: '#D9EFF8'

red 217 ◦ green 239 ◦ blue 248

#D9EFF8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pattens Blue #D9EFF8

Tints of Pattens Blue #D9EFF8

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 value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D9EFF8 (or 0xD9EFF8) is known color: 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

RGB 217 239 248 -
CMYK 0.12 0.04 0 0.03
HSL 197.42º 0.69% 0.91% -
HSV(B) 197.42º 0.13% 0.97% -
XYZ 76.43 83.26 100.85 -
YUV 233.45 136.21 116.27 -
System Red Green Blue C M Y K H S L
Decimal 217 239 248 0.12 0.04 0 0.03 197.42 0.69 0.91
Hex D9 EF F8 C 4 0 3 C5 45 5B
Octal 331 357 370 14 4 0 3 305 105 133
Binary 11011001 11101111 11111000 1100 100 0 11 11000101 1000101 1011011

Color Harmonies of #D9EFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EFF8

Black with #D9EFF8

Text Example


Text Example

White with #D9EFF8

Text Example


Text Example

HTML Codes & Css Web 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>