Html Css Color HEX #D9EFFE Pattens Blue

📋 copy color: '#D9EFFE'

red 217 ◦ green 239 ◦ blue 254

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

Shades of Pattens Blue #D9EFFE

Tints of Pattens Blue #D9EFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 35.77%

R = 30.56%
G = 33.66%
B = 35.77%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D9EFFE (or 0xD9EFFE) is known color: Pattens Blue. HEX triplet: D9, EF and FE. RGB value is (217,239,254). Sum of RGB (Red+Green+Blue) = 217+239+254=710 (94% of max value = 765). Red value is 217 (85.16% from 255 or 30.56% from 710); Green value is 239 (93.75% from 255 or 33.66% from 710); Blue value is 254 (99.61% from 255 or 35.77% from 710); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9EFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EFFE is #261001. Grayscale: #EAEAEA. Windows color (decimal): -2494466 or 16707545. OLE color: 16707545.

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

Color convert

RGB 217 239 254 -
CMYK 0.15 0.06 0 0.00
HSL 204.32º 0.95% 0.92% -
HSV(B) 204.32º 0.15% 1% -
XYZ 77.37 83.64 105.83 -
YUV 234.13 139.21 115.78 -
System Red Green Blue C M Y K H S L
Decimal 217 239 254 0.15 0.06 0 0.00 204.32 0.95 0.92
Hex D9 EF FE F 6 0 0 CC 5F 5C
Octal 331 357 376 17 6 0 0 314 137 134
Binary 11011001 11101111 11111110 1111 110 0 0 11001100 1011111 1011100

Color Harmonies of #D9EFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EFFE

Black with #D9EFFE

Text Example


Text Example

White with #D9EFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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