Html Css Color HEX #8BEBE3 Blizzard Blue

📋 copy color: '#8BEBE3'

red 139 ◦ green 235 ◦ blue 227

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

Shades of Blizzard Blue #8BEBE3

Tints of Blizzard Blue #8BEBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 37.77%

R = 23.13%
G = 39.1%
B = 37.77%

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

#8BEBE3 (or 0x8BEBE3) is known color: Blizzard Blue. HEX triplet: 8B, EB and E3. RGB value is (139,235,227). Sum of RGB (Red+Green+Blue) = 139+235+227=601 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.13% from 601); Green value is 235 (92.19% from 255 or 39.10% from 601); Blue value is 227 (89.06% from 255 or 37.77% from 601); Max value from RGB is 235 - color contains mainly: green. Hex color #8BEBE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEBE3 is #74141C. Grayscale: #CDCDCD. Windows color (decimal): -7607325 or 14936971. OLE color: 14936971.

HSL color Cylindrical-coordinate representation of color #8BEBE3: hue angle of 175º 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 #8BEBE3 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 139 235 227 -
CMYK 0.41 0 0.03 0.08
HSL 175º 0.71% 0.73% -
HSV(B) 175º 0.41% 0.92% -
XYZ 54.22 70.45 83.41 -
YUV 205.38 140.2 80.65 -
System Red Green Blue C M Y K H S L
Decimal 139 235 227 0.41 0 0.03 0.08 175 0.71 0.73
Hex 8B EB E3 29 0 3 8 AF 47 49
Octal 213 353 343 51 0 3 10 257 107 111
Binary 10001011 11101011 11100011 101001 0 11 1000 10101111 1000111 1001001

Color Harmonies of #8BEBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BEBE3

Black with #8BEBE3

Text Example


Text Example

White with #8BEBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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