Html Css Color HEX #8BE9EE Blizzard Blue

📋 copy color: '#8BE9EE'

red 139 ◦ green 233 ◦ blue 238

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

Shades of Blizzard Blue #8BE9EE

Tints of Blizzard Blue #8BE9EE

RGB

 RED value IS 139 (54.69% from 255) = 22.79%

 GREEN value IS 233 (91.41% from 255) = 38.2%

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

R = 22.79%
G = 38.2%
B = 39.02%

CMYK

 C value IS 0.42

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8BE9EE (or 0x8BE9EE) is known color: Blizzard Blue. HEX triplet: 8B, E9 and EE. RGB value is (139,233,238). Sum of RGB (Red+Green+Blue) = 139+233+238=610 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.79% from 610); Green value is 233 (91.41% from 255 or 38.20% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BE9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BE9EE is #741611. Grayscale: #CDCDCD. Windows color (decimal): -7607826 or 15657355. OLE color: 15657355.

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

Color convert

RGB 139 233 238 -
CMYK 0.42 0.02 0 0.07
HSL 183.03º 0.74% 0.74% -
HSV(B) 183.03º 0.42% 0.93% -
XYZ 55.22 69.94 91.48 -
YUV 205.46 146.36 80.59 -
System Red Green Blue C M Y K H S L
Decimal 139 233 238 0.42 0.02 0 0.07 183.03 0.74 0.74
Hex 8B E9 EE 2A 2 0 7 B7 4A 4A
Octal 213 351 356 52 2 0 7 267 112 112
Binary 10001011 11101001 11101110 101010 10 0 111 10110111 1001010 1001010

Color Harmonies of #8BE9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BE9EE

Black with #8BE9EE

Text Example


Text Example

White with #8BE9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,233,238); }

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

background-color css

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

 a { background-color: rgb(139,233,238); }

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

border-color css

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

 span { border-color: rgb(139,233,238); }

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