Html Css Color HEX #D9EFF6 Pattens Blue

📋 copy color: '#D9EFF6'

red 217 ◦ green 239 ◦ blue 246

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

Shades of Pattens Blue #D9EFF6

Tints of Pattens Blue #D9EFF6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.05%

 BLUE value IS 246 (96.48% from 255) = 35.04%

R = 30.91%
G = 34.05%
B = 35.04%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D9EFF6 (or 0xD9EFF6) is known color: Pattens Blue. HEX triplet: D9, EF and F6. RGB value is (217,239,246). Sum of RGB (Red+Green+Blue) = 217+239+246=702 (92% of max value = 765). Red value is 217 (85.16% from 255 or 30.91% from 702); Green value is 239 (93.75% from 255 or 34.05% from 702); Blue value is 246 (96.48% from 255 or 35.04% from 702); Max value from RGB is 246 - color contains mainly: blue. Hex color #D9EFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EFF6 is #261009. Grayscale: #E9E9E9. Windows color (decimal): -2494474 or 16183257. OLE color: 16183257.

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

Color convert

RGB 217 239 246 -
CMYK 0.12 0.03 0 0.04
HSL 194.48º 0.62% 0.91% -
HSV(B) 194.48º 0.12% 0.96% -
XYZ 76.12 83.14 99.22 -
YUV 233.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 217 239 246 0.12 0.03 0 0.04 194.48 0.62 0.91
Hex D9 EF F6 C 3 0 4 C2 3E 5B
Octal 331 357 366 14 3 0 4 302 76 133
Binary 11011001 11101111 11110110 1100 11 0 100 11000010 111110 1011011

Color Harmonies of #D9EFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EFF6

Black with #D9EFF6

Text Example


Text Example

White with #D9EFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EFF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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