Html Css Color HEX #7ABCC2 Glacier

📋 copy color: '#7ABCC2'

red 122 ◦ green 188 ◦ blue 194

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

Shades of Glacier #7ABCC2

Tints of Glacier #7ABCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.49%

R = 24.21%
G = 37.3%
B = 38.49%

CMYK

 C value IS 0.37

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7ABCC2 (or 0x7ABCC2) is known color: Glacier. HEX triplet: 7A, BC and C2. RGB value is (122,188,194). Sum of RGB (Red+Green+Blue) = 122+188+194=504 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.21% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 194 - color contains mainly: blue. Hex color #7ABCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABCC2 is #85433D. Grayscale: #A8A8A8. Windows color (decimal): -8733502 or 12762234. OLE color: 12762234.

HSL color Cylindrical-coordinate representation of color #7ABCC2: hue angle of 185º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7ABCC2 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 122 188 194 -
CMYK 0.37 0.03 0 0.24
HSL 185º 0.37% 0.62% -
HSV(B) 185º 0.37% 0.76% -
XYZ 35.75 44 57.65 -
YUV 168.95 142.13 94.51 -
System Red Green Blue C M Y K H S L
Decimal 122 188 194 0.37 0.03 0 0.24 185 0.37 0.62
Hex 7A BC C2 25 3 0 18 B9 25 3E
Octal 172 274 302 45 3 0 30 271 45 76
Binary 1111010 10111100 11000010 100101 11 0 11000 10111001 100101 111110

Color Harmonies of #7ABCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABCC2

Black with #7ABCC2

Text Example


Text Example

White with #7ABCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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