Html Css Color HEX #7CBABD Glacier

📋 copy color: '#7CBABD'

red 124 ◦ green 186 ◦ blue 189

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

Shades of Glacier #7CBABD

Tints of Glacier #7CBABD

RGB

 RED value IS 124 (48.83% from 255) = 24.85%

 GREEN value IS 186 (73.05% from 255) = 37.27%

 BLUE value IS 189 (74.22% from 255) = 37.88%

R = 24.85%
G = 37.27%
B = 37.88%

CMYK

 C value IS 0.34

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7CBABD (or 0x7CBABD) is known color: Glacier. HEX triplet: 7C, BA and BD. RGB value is (124,186,189). Sum of RGB (Red+Green+Blue) = 124+186+189=499 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.85% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 189 - color contains mainly: blue. Hex color #7CBABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBABD is #834542. Grayscale: #A7A7A7. Windows color (decimal): -8602947 or 12434044. OLE color: 12434044.

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

Color convert

RGB 124 186 189 -
CMYK 0.34 0.02 0 0.26
HSL 182.77º 0.33% 0.61% -
HSV(B) 182.77º 0.34% 0.74% -
XYZ 35.06 43.08 54.61 -
YUV 167.8 139.96 96.76 -
System Red Green Blue C M Y K H S L
Decimal 124 186 189 0.34 0.02 0 0.26 182.77 0.33 0.61
Hex 7C BA BD 22 2 0 1A B7 21 3D
Octal 174 272 275 42 2 0 32 267 41 75
Binary 1111100 10111010 10111101 100010 10 0 11010 10110111 100001 111101

Color Harmonies of #7CBABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBABD

Black with #7CBABD

Text Example


Text Example

White with #7CBABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,186,189); }

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

background-color css

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

 a { background-color: rgb(124,186,189); }

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

border-color css

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

 span { border-color: rgb(124,186,189); }

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