Html Css Color HEX #8EDFEB Blizzard Blue

📋 copy color: '#8EDFEB'

red 142 ◦ green 223 ◦ blue 235

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

Shades of Blizzard Blue #8EDFEB

Tints of Blizzard Blue #8EDFEB

RGB

 RED value IS 142 (55.86% from 255) = 23.67%

 GREEN value IS 223 (87.5% from 255) = 37.17%

 BLUE value IS 235 (92.19% from 255) = 39.17%

R = 23.67%
G = 37.17%
B = 39.17%

CMYK

 C value IS 0.40

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8EDFEB (or 0x8EDFEB) is known color: Blizzard Blue. HEX triplet: 8E, DF and EB. RGB value is (142,223,235). Sum of RGB (Red+Green+Blue) = 142+223+235=600 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.67% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #8EDFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDFEB is #712014. Grayscale: #C8C8C8. Windows color (decimal): -7413781 or 15458190. OLE color: 15458190.

HSL color Cylindrical-coordinate representation of color #8EDFEB: hue angle of 187.74º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EDFEB is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 142 223 235 -
CMYK 0.40 0.05 0 0.08
HSL 187.74º 0.7% 0.74% -
HSV(B) 187.74º 0.4% 0.92% -
XYZ 52.54 64.52 88.28 -
YUV 200.15 147.66 86.52 -
System Red Green Blue C M Y K H S L
Decimal 142 223 235 0.40 0.05 0 0.08 187.74 0.7 0.74
Hex 8E DF EB 28 5 0 8 BC 46 4A
Octal 216 337 353 50 5 0 10 274 106 112
Binary 10001110 11011111 11101011 101000 101 0 1000 10111100 1000110 1001010

Color Harmonies of #8EDFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDFEB

Black with #8EDFEB

Text Example


Text Example

White with #8EDFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8EDFEB; }

 p { color: rgb(142,223,235); }

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

background-color css

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

 a { background-color: rgb(142,223,235); }

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

border-color css

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

 span { border-color: rgb(142,223,235); }

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