Html Css Color HEX #7ABBBC Glacier

📋 copy color: '#7ABBBC'

red 122 ◦ green 187 ◦ blue 188

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

Shades of Glacier #7ABBBC

Tints of Glacier #7ABBBC

RGB

 RED value IS 122 (48.05% from 255) = 24.55%

 GREEN value IS 187 (73.44% from 255) = 37.63%

 BLUE value IS 188 (73.83% from 255) = 37.83%

R = 24.55%
G = 37.63%
B = 37.83%

CMYK

 C value IS 0.35

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7ABBBC (or 0x7ABBBC) is known color: Glacier. HEX triplet: 7A, BB and BC. RGB value is (122,187,188). Sum of RGB (Red+Green+Blue) = 122+187+188=497 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.55% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #7ABBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABBBC is #854443. Grayscale: #A7A7A7. Windows color (decimal): -8733764 or 12368762. OLE color: 12368762.

HSL color Cylindrical-coordinate representation of color #7ABBBC: hue angle of 180.91º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7ABBBC is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 122 187 188 -
CMYK 0.35 0.01 0 0.26
HSL 180.91º 0.33% 0.61% -
HSV(B) 180.91º 0.35% 0.74% -
XYZ 34.87 43.31 54.1 -
YUV 167.68 139.47 95.42 -
System Red Green Blue C M Y K H S L
Decimal 122 187 188 0.35 0.01 0 0.26 180.91 0.33 0.61
Hex 7A BB BC 23 1 0 1A B5 21 3D
Octal 172 273 274 43 1 0 32 265 41 75
Binary 1111010 10111011 10111100 100011 1 0 11010 10110101 100001 111101

Color Harmonies of #7ABBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABBBC

Black with #7ABBBC

Text Example


Text Example

White with #7ABBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7ABBBC; }

 p { color: rgb(122,187,188); }

 H1.HeaderClassName
 {
   color: #7ABBBC;
 }
 .AnyTagClassName
 {
   color: #7ABBBC;
 }
</style>

background-color css

<style>
 a { background-color: #7ABBBC; }

 a { background-color: rgb(122,187,188); }

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

border-color css

<style>
 span { border-color: #7ABBBC; }

 span { border-color: rgb(122,187,188); }

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