Html Css Color HEX #D8EEFE Pattens Blue

📋 copy color: '#D8EEFE'

red 216 ◦ green 238 ◦ blue 254

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

Shades of Pattens Blue #D8EEFE

Tints of Pattens Blue #D8EEFE

RGB

 RED value IS 216 (84.77% from 255) = 30.51%

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

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

R = 30.51%
G = 33.62%
B = 35.88%

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

#D8EEFE (or 0xD8EEFE) is known color: Pattens Blue. HEX triplet: D8, EE and FE. RGB value is (216,238,254). Sum of RGB (Red+Green+Blue) = 216+238+254=708 (93% of max value = 765). Red value is 216 (84.77% from 255 or 30.51% from 708); Green value is 238 (93.36% from 255 or 33.62% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8EEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EEFE is #271101. Grayscale: #E9E9E9. Windows color (decimal): -2560258 or 16707288. OLE color: 16707288.

HSL color Cylindrical-coordinate representation of color #D8EEFE: hue angle of 205.26º 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 #D8EEFE is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 216 238 254 -
CMYK 0.15 0.06 0 0.00
HSL 205.26º 0.95% 0.92% -
HSV(B) 205.26º 0.15% 1% -
XYZ 76.78 82.9 105.72 -
YUV 233.25 139.71 115.7 -
System Red Green Blue C M Y K H S L
Decimal 216 238 254 0.15 0.06 0 0.00 205.26 0.95 0.92
Hex D8 EE FE F 6 0 0 CD 5F 5C
Octal 330 356 376 17 6 0 0 315 137 134
Binary 11011000 11101110 11111110 1111 110 0 0 11001101 1011111 1011100

Color Harmonies of #D8EEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8EEFE

Black with #D8EEFE

Text Example


Text Example

White with #D8EEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8EEFE; }

 p { color: rgb(216,238,254); }

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

background-color css

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

 a { background-color: rgb(216,238,254); }

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

border-color css

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

 span { border-color: rgb(216,238,254); }

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