Html Css Color HEX #8BE7ED Blizzard Blue

📋 copy color: '#8BE7ED'

red 139 ◦ green 231 ◦ blue 237

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

Shades of Blizzard Blue #8BE7ED

Tints of Blizzard Blue #8BE7ED

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.06%

 BLUE value IS 237 (92.97% from 255) = 39.04%

R = 22.9%
G = 38.06%
B = 39.04%

CMYK

 C value IS 0.41

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8BE7ED (or 0x8BE7ED) is known color: Blizzard Blue. HEX triplet: 8B, E7 and ED. RGB value is (139,231,237). Sum of RGB (Red+Green+Blue) = 139+231+237=607 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.90% from 607); Green value is 231 (90.62% from 255 or 38.06% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #8BE7ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BE7ED is #741812. Grayscale: #CCCCCC. Windows color (decimal): -7608339 or 15591307. OLE color: 15591307.

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

Color convert

RGB 139 231 237 -
CMYK 0.41 0.03 0 0.07
HSL 183.67º 0.73% 0.74% -
HSV(B) 183.67º 0.41% 0.93% -
XYZ 54.51 68.76 90.52 -
YUV 204.18 146.52 81.51 -
System Red Green Blue C M Y K H S L
Decimal 139 231 237 0.41 0.03 0 0.07 183.67 0.73 0.74
Hex 8B E7 ED 29 3 0 7 B8 49 4A
Octal 213 347 355 51 3 0 7 270 111 112
Binary 10001011 11100111 11101101 101001 11 0 111 10111000 1001001 1001010

Color Harmonies of #8BE7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BE7ED

Black with #8BE7ED

Text Example


Text Example

White with #8BE7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,231,237); }

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

background-color css

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

 a { background-color: rgb(139,231,237); }

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

border-color css

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

 span { border-color: rgb(139,231,237); }

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