Html Css Color HEX #D8EAFE Pattens Blue

📋 copy color: '#D8EAFE'

red 216 ◦ green 234 ◦ blue 254

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

Shades of Pattens Blue #D8EAFE

Tints of Pattens Blue #D8EAFE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.24%

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

R = 30.68%
G = 33.24%
B = 36.08%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D8EAFE (or 0xD8EAFE) is known color: Pattens Blue. HEX triplet: D8, EA and FE. RGB value is (216,234,254). Sum of RGB (Red+Green+Blue) = 216+234+254=704 (93% of max value = 765). Red value is 216 (84.77% from 255 or 30.68% from 704); Green value is 234 (91.80% from 255 or 33.24% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8EAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EAFE is #271501. Grayscale: #E6E6E6. Windows color (decimal): -2561282 or 16706264. OLE color: 16706264.

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

Color convert

RGB 216 234 254 -
CMYK 0.15 0.08 0 0.00
HSL 211.58º 0.95% 0.92% -
HSV(B) 211.58º 0.15% 1% -
XYZ 75.63 80.6 105.34 -
YUV 230.9 141.04 117.37 -
System Red Green Blue C M Y K H S L
Decimal 216 234 254 0.15 0.08 0 0.00 211.58 0.95 0.92
Hex D8 EA FE F 8 0 0 D4 5F 5C
Octal 330 352 376 17 10 0 0 324 137 134
Binary 11011000 11101010 11111110 1111 1000 0 0 11010100 1011111 1011100

Color Harmonies of #D8EAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8EAFE

Black with #D8EAFE

Text Example


Text Example

White with #D8EAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8EAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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