Html Css Color HEX #8FEBE8 Blizzard Blue

📋 copy color: '#8FEBE8'

red 143 ◦ green 235 ◦ blue 232

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

Shades of Blizzard Blue #8FEBE8

Tints of Blizzard Blue #8FEBE8

RGB

 RED value IS 143 (56.25% from 255) = 23.44%

 GREEN value IS 235 (92.19% from 255) = 38.52%

 BLUE value IS 232 (91.02% from 255) = 38.03%

R = 23.44%
G = 38.52%
B = 38.03%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#8FEBE8 (or 0x8FEBE8) is known color: Blizzard Blue. HEX triplet: 8F, EB and E8. RGB value is (143,235,232). Sum of RGB (Red+Green+Blue) = 143+235+232=610 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.44% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 232 (91.02% from 255 or 38.03% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #8FEBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEBE8 is #701417. Grayscale: #CFCFCF. Windows color (decimal): -7345176 or 15264655. OLE color: 15264655.

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

Color convert

RGB 143 235 232 -
CMYK 0.39 0 0.01 0.08
HSL 178.04º 0.7% 0.74% -
HSV(B) 178.04º 0.39% 0.92% -
XYZ 55.6 71.08 87.13 -
YUV 207.15 142.02 82.24 -
System Red Green Blue C M Y K H S L
Decimal 143 235 232 0.39 0 0.01 0.08 178.04 0.7 0.74
Hex 8F EB E8 27 0 1 8 B2 46 4A
Octal 217 353 350 47 0 1 10 262 106 112
Binary 10001111 11101011 11101000 100111 0 1 1000 10110010 1000110 1001010

Color Harmonies of #8FEBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEBE8

Black with #8FEBE8

Text Example


Text Example

White with #8FEBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,235,232); }

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

background-color css

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

 a { background-color: rgb(143,235,232); }

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

border-color css

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

 span { border-color: rgb(143,235,232); }

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