Html Css Color HEX #D9EEFF Pattens Blue

📋 copy color: '#D9EEFF'

red 217 ◦ green 238 ◦ blue 255

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

Shades of Pattens Blue #D9EEFF

Tints of Pattens Blue #D9EEFF

RGB

 RED value IS 217 (85.16% from 255) = 30.56%

 GREEN value IS 238 (93.36% from 255) = 33.52%

 BLUE value IS 255 (100% from 255) = 35.92%

R = 30.56%
G = 33.52%
B = 35.92%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D9EEFF (or 0xD9EEFF) is known color: Pattens Blue. HEX triplet: D9, EE and FF. RGB value is (217,238,255). Sum of RGB (Red+Green+Blue) = 217+238+255=710 (94% of max value = 765). Red value is 217 (85.16% from 255 or 30.56% from 710); Green value is 238 (93.36% from 255 or 33.52% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9EEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EEFF is #261100. Grayscale: #E9E9E9. Windows color (decimal): -2494721 or 16772825. OLE color: 16772825.

HSL color Cylindrical-coordinate representation of color #D9EEFF: hue angle of 206.84º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9EEFF is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 217 238 255 -
CMYK 0.15 0.07 0 0
HSL 206.84º 1% 0.93% -
HSV(B) 206.84º 0.15% 1% -
XYZ 77.24 83.12 106.58 -
YUV 233.66 140.04 116.12 -
System Red Green Blue C M Y K H S L
Decimal 217 238 255 0.15 0.07 0 0 206.84 1 0.93
Hex D9 EE FF F 7 0 0 CF 64 5D
Octal 331 356 377 17 7 0 0 317 144 135
Binary 11011001 11101110 11111111 1111 111 0 0 11001111 1100100 1011101

Color Harmonies of #D9EEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EEFF

Black with #D9EEFF

Text Example


Text Example

White with #D9EEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EEFF; }

 p { color: rgb(217,238,255); }

 H1.HeaderClassName
 {
   color: #D9EEFF;
 }
 .AnyTagClassName
 {
   color: #D9EEFF;
 }
</style>

background-color css

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

 a { background-color: rgb(217,238,255); }

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

border-color css

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

 span { border-color: rgb(217,238,255); }

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