Html Css Color HEX #8BBCC6 Glacier

📋 copy color: '#8BBCC6'

red 139 ◦ green 188 ◦ blue 198

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

Shades of Glacier #8BBCC6

Tints of Glacier #8BBCC6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.81%

 BLUE value IS 198 (77.73% from 255) = 37.71%

R = 26.48%
G = 35.81%
B = 37.71%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8BBCC6 (or 0x8BBCC6) is known color: Glacier. HEX triplet: 8B, BC and C6. RGB value is (139,188,198). Sum of RGB (Red+Green+Blue) = 139+188+198=525 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.48% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 198 (77.73% from 255 or 37.71% from 525); Max value from RGB is 198 - color contains mainly: blue. Hex color #8BBCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBCC6 is #744339. Grayscale: #AEAEAE. Windows color (decimal): -7619386 or 13024395. OLE color: 13024395.

HSL color Cylindrical-coordinate representation of color #8BBCC6: hue angle of 190.17º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8BBCC6 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 139 188 198 -
CMYK 0.30 0.05 0 0.22
HSL 190.17º 0.34% 0.66% -
HSV(B) 190.17º 0.3% 0.78% -
XYZ 38.82 45.53 60.17 -
YUV 174.49 141.27 102.69 -
System Red Green Blue C M Y K H S L
Decimal 139 188 198 0.30 0.05 0 0.22 190.17 0.34 0.66
Hex 8B BC C6 1E 5 0 16 BE 22 42
Octal 213 274 306 36 5 0 26 276 42 102
Binary 10001011 10111100 11000110 11110 101 0 10110 10111110 100010 1000010

Color Harmonies of #8BBCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBCC6

Black with #8BBCC6

Text Example


Text Example

White with #8BBCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,188,198); }

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

background-color css

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

 a { background-color: rgb(139,188,198); }

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

border-color css

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

 span { border-color: rgb(139,188,198); }

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