Html Css Color HEX #8FEEF2 Blizzard Blue

📋 copy color: '#8FEEF2'

red 143 ◦ green 238 ◦ blue 242

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

Shades of Blizzard Blue #8FEEF2

Tints of Blizzard Blue #8FEEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.84%

R = 22.95%
G = 38.2%
B = 38.84%

CMYK

 C value IS 0.41

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8FEEF2 (or 0x8FEEF2) is known color: Blizzard Blue. HEX triplet: 8F, EE and F2. RGB value is (143,238,242). Sum of RGB (Red+Green+Blue) = 143+238+242=623 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.95% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 242 (94.92% from 255 or 38.84% from 623); Max value from RGB is 242 - color contains mainly: blue. Hex color #8FEEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEEF2 is #70110D. Grayscale: #D1D1D1. Windows color (decimal): -7344398 or 15920783. OLE color: 15920783.

HSL color Cylindrical-coordinate representation of color #8FEEF2: hue angle of 182.42º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FEEF2 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 143 238 242 -
CMYK 0.41 0.02 0 0.05
HSL 182.42º 0.79% 0.75% -
HSV(B) 182.42º 0.41% 0.95% -
XYZ 57.93 73.4 95.12 -
YUV 210.05 146.03 80.17 -
System Red Green Blue C M Y K H S L
Decimal 143 238 242 0.41 0.02 0 0.05 182.42 0.79 0.75
Hex 8F EE F2 29 2 0 5 B6 4F 4B
Octal 217 356 362 51 2 0 5 266 117 113
Binary 10001111 11101110 11110010 101001 10 0 101 10110110 1001111 1001011

Color Harmonies of #8FEEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEEF2

Black with #8FEEF2

Text Example


Text Example

White with #8FEEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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