Html Css Color HEX #8FEBE4 Blizzard Blue

📋 copy color: '#8FEBE4'

red 143 ◦ green 235 ◦ blue 228

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

Shades of Blizzard Blue #8FEBE4

Tints of Blizzard Blue #8FEBE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.62%

R = 23.6%
G = 38.78%
B = 37.62%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#8FEBE4 (or 0x8FEBE4) is known color: Blizzard Blue. HEX triplet: 8F, EB and E4. RGB value is (143,235,228). Sum of RGB (Red+Green+Blue) = 143+235+228=606 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.60% from 606); Green value is 235 (92.19% from 255 or 38.78% from 606); Blue value is 228 (89.45% from 255 or 37.62% from 606); Max value from RGB is 235 - color contains mainly: green. Hex color #8FEBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEBE4 is #70141B. Grayscale: #CECECE. Windows color (decimal): -7345180 or 15002511. OLE color: 15002511.

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

Color convert

RGB 143 235 228 -
CMYK 0.39 0 0.03 0.08
HSL 175.43º 0.7% 0.74% -
HSV(B) 175.43º 0.39% 0.92% -
XYZ 55.04 70.86 84.17 -
YUV 206.69 140.02 82.57 -
System Red Green Blue C M Y K H S L
Decimal 143 235 228 0.39 0 0.03 0.08 175.43 0.7 0.74
Hex 8F EB E4 27 0 3 8 AF 46 4A
Octal 217 353 344 47 0 3 10 257 106 112
Binary 10001111 11101011 11100100 100111 0 11 1000 10101111 1000110 1001010

Color Harmonies of #8FEBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEBE4

Black with #8FEBE4

Text Example


Text Example

White with #8FEBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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