Html Css Color HEX #8BE6E2 Blizzard Blue

📋 copy color: '#8BE6E2'

red 139 ◦ green 230 ◦ blue 226

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

Shades of Blizzard Blue #8BE6E2

Tints of Blizzard Blue #8BE6E2

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.66%

 BLUE value IS 226 (88.67% from 255) = 37.98%

R = 23.36%
G = 38.66%
B = 37.98%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#8BE6E2 (or 0x8BE6E2) is known color: Blizzard Blue. HEX triplet: 8B, E6 and E2. RGB value is (139,230,226). Sum of RGB (Red+Green+Blue) = 139+230+226=595 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.36% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 226 (88.67% from 255 or 37.98% from 595); Max value from RGB is 230 - color contains mainly: green. Hex color #8BE6E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BE6E2 is #74191D. Grayscale: #CACACA. Windows color (decimal): -7608606 or 14870155. OLE color: 14870155.

HSL color Cylindrical-coordinate representation of color #8BE6E2: hue angle of 177.36º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BE6E2 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB 139 230 226 -
CMYK 0.40 0 0.02 0.10
HSL 177.36º 0.65% 0.72% -
HSV(B) 177.36º 0.4% 0.9% -
XYZ 52.67 67.57 82.22 -
YUV 202.34 141.35 82.83 -
System Red Green Blue C M Y K H S L
Decimal 139 230 226 0.40 0 0.02 0.10 177.36 0.65 0.72
Hex 8B E6 E2 28 0 2 A B1 41 48
Octal 213 346 342 50 0 2 12 261 101 110
Binary 10001011 11100110 11100010 101000 0 10 1010 10110001 1000001 1001000

Color Harmonies of #8BE6E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BE6E2

Black with #8BE6E2

Text Example


Text Example

White with #8BE6E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,230,226); }

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

background-color css

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

 a { background-color: rgb(139,230,226); }

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

border-color css

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

 span { border-color: rgb(139,230,226); }

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