Html Css Color HEX #8FEBEC Blizzard Blue

📋 copy color: '#8FEBEC'

red 143 ◦ green 235 ◦ blue 236

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

Shades of Blizzard Blue #8FEBEC

Tints of Blizzard Blue #8FEBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.44%

R = 23.29%
G = 38.27%
B = 38.44%

CMYK

 C value IS 0.39

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8FEBEC (or 0x8FEBEC) is known color: Blizzard Blue. HEX triplet: 8F, EB and EC. RGB value is (143,235,236). Sum of RGB (Red+Green+Blue) = 143+235+236=614 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.29% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #8FEBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEBEC is #701413. Grayscale: #CFCFCF. Windows color (decimal): -7345172 or 15526799. OLE color: 15526799.

HSL color Cylindrical-coordinate representation of color #8FEBEC: hue angle of 180.65º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FEBEC is Cyan = 0.39, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 235 236 -
CMYK 0.39 0.00 0 0.07
HSL 180.65º 0.71% 0.74% -
HSV(B) 180.65º 0.39% 0.93% -
XYZ 56.18 71.31 90.16 -
YUV 207.61 144.02 81.92 -
System Red Green Blue C M Y K H S L
Decimal 143 235 236 0.39 0.00 0 0.07 180.65 0.71 0.74
Hex 8F EB EC 27 0 0 7 B5 47 4A
Octal 217 353 354 47 0 0 7 265 107 112
Binary 10001111 11101011 11101100 100111 0 0 111 10110101 1000111 1001010

Color Harmonies of #8FEBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEBEC

Black with #8FEBEC

Text Example


Text Example

White with #8FEBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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