Html Css Color HEX #8BEBE5 Blizzard Blue

📋 copy color: '#8BEBE5'

red 139 ◦ green 235 ◦ blue 229

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

Shades of Blizzard Blue #8BEBE5

Tints of Blizzard Blue #8BEBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.98%

R = 23.05%
G = 38.97%
B = 37.98%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#8BEBE5 (or 0x8BEBE5) is known color: Blizzard Blue. HEX triplet: 8B, EB and E5. RGB value is (139,235,229). Sum of RGB (Red+Green+Blue) = 139+235+229=603 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.05% from 603); Green value is 235 (92.19% from 255 or 38.97% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 235 - color contains mainly: green. Hex color #8BEBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEBE5 is #74141A. Grayscale: #CDCDCD. Windows color (decimal): -7607323 or 15068043. OLE color: 15068043.

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

Color convert

RGB 139 235 229 -
CMYK 0.41 0 0.03 0.08
HSL 176.25º 0.71% 0.73% -
HSV(B) 176.25º 0.41% 0.92% -
XYZ 54.5 70.56 84.88 -
YUV 205.61 141.2 80.49 -
System Red Green Blue C M Y K H S L
Decimal 139 235 229 0.41 0 0.03 0.08 176.25 0.71 0.73
Hex 8B EB E5 29 0 3 8 B0 47 49
Octal 213 353 345 51 0 3 10 260 107 111
Binary 10001011 11101011 11100101 101001 0 11 1000 10110000 1000111 1001001

Color Harmonies of #8BEBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BEBE5

Black with #8BEBE5

Text Example


Text Example

White with #8BEBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,235,229); }

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

background-color css

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

 a { background-color: rgb(139,235,229); }

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

border-color css

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

 span { border-color: rgb(139,235,229); }

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