Html Css Color HEX #7ABCC1 Glacier

📋 copy color: '#7ABCC1'

red 122 ◦ green 188 ◦ blue 193

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

Shades of Glacier #7ABCC1

Tints of Glacier #7ABCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.37%

R = 24.25%
G = 37.38%
B = 38.37%

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

#7ABCC1 (or 0x7ABCC1) is known color: Glacier. HEX triplet: 7A, BC and C1. RGB value is (122,188,193). Sum of RGB (Red+Green+Blue) = 122+188+193=503 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.25% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 193 - color contains mainly: blue. Hex color #7ABCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABCC1 is #85433E. Grayscale: #A8A8A8. Windows color (decimal): -8733503 or 12696698. OLE color: 12696698.

HSL color Cylindrical-coordinate representation of color #7ABCC1: hue angle of 184.23º degrees, saturation: 0.36, 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 #7ABCC1 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 122 188 193 -
CMYK 0.37 0.03 0 0.24
HSL 184.23º 0.36% 0.62% -
HSV(B) 184.23º 0.37% 0.76% -
XYZ 35.63 43.95 57.06 -
YUV 168.84 141.63 94.59 -
System Red Green Blue C M Y K H S L
Decimal 122 188 193 0.37 0.03 0 0.24 184.23 0.36 0.62
Hex 7A BC C1 25 3 0 18 B8 24 3E
Octal 172 274 301 45 3 0 30 270 44 76
Binary 1111010 10111100 11000001 100101 11 0 11000 10111000 100100 111110

Color Harmonies of #7ABCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABCC1

Black with #7ABCC1

Text Example


Text Example

White with #7ABCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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