Html Css Color HEX #8BE5E4 Blizzard Blue

📋 copy color: '#8BE5E4'

red 139 ◦ green 229 ◦ blue 228

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

Shades of Blizzard Blue #8BE5E4

Tints of Blizzard Blue #8BE5E4

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.42%

 BLUE value IS 228 (89.45% from 255) = 38.26%

R = 23.32%
G = 38.42%
B = 38.26%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.00

 K value IS 0.10

RGB Variations

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

Color information

#8BE5E4 (or 0x8BE5E4) is known color: Blizzard Blue. HEX triplet: 8B, E5 and E4. RGB value is (139,229,228). Sum of RGB (Red+Green+Blue) = 139+229+228=596 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.32% from 596); Green value is 229 (89.84% from 255 or 38.42% from 596); Blue value is 228 (89.45% from 255 or 38.26% from 596); Max value from RGB is 229 - color contains mainly: green. Hex color #8BE5E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BE5E4 is #741A1B. Grayscale: #C9C9C9. Windows color (decimal): -7608860 or 15000971. OLE color: 15000971.

HSL color Cylindrical-coordinate representation of color #8BE5E4: hue angle of 179.33º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BE5E4 is Cyan = 0.39, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.

Color convert

RGB 139 229 228 -
CMYK 0.39 0 0.00 0.10
HSL 179.33º 0.63% 0.72% -
HSV(B) 179.33º 0.39% 0.9% -
XYZ 52.67 67.13 83.58 -
YUV 201.98 142.68 83.08 -
System Red Green Blue C M Y K H S L
Decimal 139 229 228 0.39 0 0.00 0.10 179.33 0.63 0.72
Hex 8B E5 E4 27 0 0 A B3 3F 48
Octal 213 345 344 47 0 0 12 263 77 110
Binary 10001011 11100101 11100100 100111 0 0 1010 10110011 111111 1001000

Color Harmonies of #8BE5E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BE5E4

Black with #8BE5E4

Text Example


Text Example

White with #8BE5E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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