Html Css Color HEX #8FEBEE Blizzard Blue

📋 copy color: '#8FEBEE'

red 143 ◦ green 235 ◦ blue 238

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

Shades of Blizzard Blue #8FEBEE

Tints of Blizzard Blue #8FEBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.64%

R = 23.21%
G = 38.15%
B = 38.64%

CMYK

 C value IS 0.40

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8FEBEE (or 0x8FEBEE) is known color: Blizzard Blue. HEX triplet: 8F, EB and EE. RGB value is (143,235,238). Sum of RGB (Red+Green+Blue) = 143+235+238=616 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.21% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FEBEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEBEE is #701411. Grayscale: #CFCFCF. Windows color (decimal): -7345170 or 15657871. OLE color: 15657871.

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

Color convert

RGB 143 235 238 -
CMYK 0.40 0.01 0 0.07
HSL 181.89º 0.74% 0.75% -
HSV(B) 181.89º 0.4% 0.93% -
XYZ 56.47 71.43 91.7 -
YUV 207.83 145.02 81.76 -
System Red Green Blue C M Y K H S L
Decimal 143 235 238 0.40 0.01 0 0.07 181.89 0.74 0.75
Hex 8F EB EE 28 1 0 7 B6 4A 4B
Octal 217 353 356 50 1 0 7 266 112 113
Binary 10001111 11101011 11101110 101000 1 0 111 10110110 1001010 1001011

Color Harmonies of #8FEBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEBEE

Black with #8FEBEE

Text Example


Text Example

White with #8FEBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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