Html Css Color HEX #8FECEB Blizzard Blue

📋 copy color: '#8FECEB'

red 143 ◦ green 236 ◦ blue 235

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

Shades of Blizzard Blue #8FECEB

Tints of Blizzard Blue #8FECEB

RGB

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

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

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

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

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

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

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

Color convert

RGB 143 236 235 -
CMYK 0.39 0 0.00 0.07
HSL 179.35º 0.71% 0.74% -
HSV(B) 179.35º 0.39% 0.93% -
XYZ 56.32 71.83 89.49 -
YUV 208.08 143.19 81.58 -
System Red Green Blue C M Y K H S L
Decimal 143 236 235 0.39 0 0.00 0.07 179.35 0.71 0.74
Hex 8F EC EB 27 0 0 7 B3 47 4A
Octal 217 354 353 47 0 0 7 263 107 112
Binary 10001111 11101100 11101011 100111 0 0 111 10110011 1000111 1001010

Color Harmonies of #8FECEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FECEB

Black with #8FECEB

Text Example


Text Example

White with #8FECEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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