Html Css Color HEX #7CADBC Glacier

📋 copy color: '#7CADBC'

red 124 ◦ green 173 ◦ blue 188

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

Shades of Glacier #7CADBC

Tints of Glacier #7CADBC

RGB

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

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

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

R = 25.57%
G = 35.67%
B = 38.76%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7CADBC (or 0x7CADBC) is known color: Glacier. HEX triplet: 7C, AD and BC. RGB value is (124,173,188). Sum of RGB (Red+Green+Blue) = 124+173+188=485 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.57% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #7CADBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CADBC is #835243. Grayscale: #9F9F9F. Windows color (decimal): -8606276 or 12365180. OLE color: 12365180.

HSL color Cylindrical-coordinate representation of color #7CADBC: hue angle of 194.06º degrees, saturation: 0.32, 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 #7CADBC is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 173 188 -
CMYK 0.34 0.08 0 0.26
HSL 194.06º 0.32% 0.61% -
HSV(B) 194.06º 0.34% 0.74% -
XYZ 32.33 37.8 53.17 -
YUV 160.06 143.77 102.28 -
System Red Green Blue C M Y K H S L
Decimal 124 173 188 0.34 0.08 0 0.26 194.06 0.32 0.61
Hex 7C AD BC 22 8 0 1A C2 20 3D
Octal 174 255 274 42 10 0 32 302 40 75
Binary 1111100 10101101 10111100 100010 1000 0 11010 11000010 100000 111101

Color Harmonies of #7CADBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CADBC

Black with #7CADBC

Text Example


Text Example

White with #7CADBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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