Html Css Color HEX #8BEAEE Blizzard Blue

📋 copy color: '#8BEAEE'

red 139 ◦ green 234 ◦ blue 238

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

Shades of Blizzard Blue #8BEAEE

Tints of Blizzard Blue #8BEAEE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.3%

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

R = 22.75%
G = 38.3%
B = 38.95%

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

#8BEAEE (or 0x8BEAEE) is known color: Blizzard Blue. HEX triplet: 8B, EA and EE. RGB value is (139,234,238). Sum of RGB (Red+Green+Blue) = 139+234+238=611 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.75% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BEAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEAEE is #741511. Grayscale: #CDCDCD. Windows color (decimal): -7607570 or 15657611. OLE color: 15657611.

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

Color convert

RGB 139 234 238 -
CMYK 0.42 0.02 0 0.07
HSL 182.42º 0.74% 0.74% -
HSV(B) 182.42º 0.42% 0.93% -
XYZ 55.5 70.51 91.57 -
YUV 206.05 146.03 80.17 -
System Red Green Blue C M Y K H S L
Decimal 139 234 238 0.42 0.02 0 0.07 182.42 0.74 0.74
Hex 8B EA EE 2A 2 0 7 B6 4A 4A
Octal 213 352 356 52 2 0 7 266 112 112
Binary 10001011 11101010 11101110 101010 10 0 111 10110110 1001010 1001010

Color Harmonies of #8BEAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BEAEE

Black with #8BEAEE

Text Example


Text Example

White with #8BEAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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