Html Css Color HEX #8FEEE4 Blizzard Blue

📋 copy color: '#8FEEE4'

red 143 ◦ green 238 ◦ blue 228

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

Shades of Blizzard Blue #8FEEE4

Tints of Blizzard Blue #8FEEE4

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.08%

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

R = 23.48%
G = 39.08%
B = 37.44%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#8FEEE4 (or 0x8FEEE4) is known color: Blizzard Blue. HEX triplet: 8F, EE and E4. RGB value is (143,238,228). Sum of RGB (Red+Green+Blue) = 143+238+228=609 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.48% from 609); Green value is 238 (93.36% from 255 or 39.08% from 609); Blue value is 228 (89.45% from 255 or 37.44% from 609); Max value from RGB is 238 - color contains mainly: green. Hex color #8FEEE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEEE4 is #70111B. Grayscale: #D0D0D0. Windows color (decimal): -7344412 or 15003279. OLE color: 15003279.

HSL color Cylindrical-coordinate representation of color #8FEEE4: hue angle of 173.68º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEEE4 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 238 228 -
CMYK 0.40 0 0.04 0.07
HSL 173.68º 0.74% 0.75% -
HSV(B) 173.68º 0.4% 0.93% -
XYZ 55.91 72.59 84.46 -
YUV 208.46 139.03 81.31 -
System Red Green Blue C M Y K H S L
Decimal 143 238 228 0.40 0 0.04 0.07 173.68 0.74 0.75
Hex 8F EE E4 28 0 4 7 AE 4A 4B
Octal 217 356 344 50 0 4 7 256 112 113
Binary 10001111 11101110 11100100 101000 0 100 111 10101110 1001010 1001011

Color Harmonies of #8FEEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEEE4

Black with #8FEEE4

Text Example


Text Example

White with #8FEEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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