Html Css Color HEX #7CADB5 Glacier

📋 copy color: '#7CADB5'

red 124 ◦ green 173 ◦ blue 181

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

Shades of Glacier #7CADB5

Tints of Glacier #7CADB5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.19%

 BLUE value IS 181 (71.09% from 255) = 37.87%

R = 25.94%
G = 36.19%
B = 37.87%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7CADB5 (or 0x7CADB5) is known color: Glacier. HEX triplet: 7C, AD and B5. RGB value is (124,173,181). Sum of RGB (Red+Green+Blue) = 124+173+181=478 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.94% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 181 - color contains mainly: blue. Hex color #7CADB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CADB5 is #83524A. Grayscale: #9F9F9F. Windows color (decimal): -8606283 or 11906428. OLE color: 11906428.

HSL color Cylindrical-coordinate representation of color #7CADB5: hue angle of 188.42º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7CADB5 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 124 173 181 -
CMYK 0.31 0.04 0 0.29
HSL 188.42º 0.28% 0.6% -
HSV(B) 188.42º 0.31% 0.71% -
XYZ 31.6 37.51 49.29 -
YUV 159.26 140.27 102.85 -
System Red Green Blue C M Y K H S L
Decimal 124 173 181 0.31 0.04 0 0.29 188.42 0.28 0.6
Hex 7C AD B5 1F 4 0 1D BC 1C 3C
Octal 174 255 265 37 4 0 35 274 34 74
Binary 1111100 10101101 10110101 11111 100 0 11101 10111100 11100 111100

Color Harmonies of #7CADB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CADB5

Black with #7CADB5

Text Example


Text Example

White with #7CADB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,173,181); }

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

background-color css

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

 a { background-color: rgb(124,173,181); }

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

border-color css

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

 span { border-color: rgb(124,173,181); }

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