Html Css Color HEX #D8EDFE Pattens Blue

📋 copy color: '#D8EDFE'

red 216 ◦ green 237 ◦ blue 254

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

Shades of Pattens Blue #D8EDFE

Tints of Pattens Blue #D8EDFE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 33.52%

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

R = 30.55%
G = 33.52%
B = 35.93%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D8EDFE (or 0xD8EDFE) is known color: Pattens Blue. HEX triplet: D8, ED and FE. RGB value is (216,237,254). Sum of RGB (Red+Green+Blue) = 216+237+254=707 (93% of max value = 765). Red value is 216 (84.77% from 255 or 30.55% from 707); Green value is 237 (92.97% from 255 or 33.52% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8EDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EDFE is #271201. Grayscale: #E8E8E8. Windows color (decimal): -2560514 or 16707032. OLE color: 16707032.

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

Color convert

RGB 216 237 254 -
CMYK 0.15 0.07 0 0.00
HSL 206.84º 0.95% 0.92% -
HSV(B) 206.84º 0.15% 1% -
XYZ 76.49 82.32 105.62 -
YUV 232.66 140.04 116.12 -
System Red Green Blue C M Y K H S L
Decimal 216 237 254 0.15 0.07 0 0.00 206.84 0.95 0.92
Hex D8 ED FE F 7 0 0 CF 5F 5C
Octal 330 355 376 17 7 0 0 317 137 134
Binary 11011000 11101101 11111110 1111 111 0 0 11001111 1011111 1011100

Color Harmonies of #D8EDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8EDFE

Black with #D8EDFE

Text Example


Text Example

White with #D8EDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8EDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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