Html Css Color HEX #7CAFBE Glacier

📋 copy color: '#7CAFBE'

red 124 ◦ green 175 ◦ blue 190

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

Shades of Glacier #7CAFBE

Tints of Glacier #7CAFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.79%

 BLUE value IS 190 (74.61% from 255) = 38.85%

R = 25.36%
G = 35.79%
B = 38.85%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7CAFBE (or 0x7CAFBE) is known color: Glacier. HEX triplet: 7C, AF and BE. RGB value is (124,175,190). Sum of RGB (Red+Green+Blue) = 124+175+190=489 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.36% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #7CAFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAFBE is #835041. Grayscale: #A1A1A1. Windows color (decimal): -8605762 or 12496764. OLE color: 12496764.

HSL color Cylindrical-coordinate representation of color #7CAFBE: hue angle of 193.64º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CAFBE is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 175 190 -
CMYK 0.35 0.08 0 0.25
HSL 193.64º 0.34% 0.62% -
HSV(B) 193.64º 0.35% 0.75% -
XYZ 32.94 38.66 54.44 -
YUV 161.46 144.1 101.28 -
System Red Green Blue C M Y K H S L
Decimal 124 175 190 0.35 0.08 0 0.25 193.64 0.34 0.62
Hex 7C AF BE 23 8 0 19 C2 22 3E
Octal 174 257 276 43 10 0 31 302 42 76
Binary 1111100 10101111 10111110 100011 1000 0 11001 11000010 100010 111110

Color Harmonies of #7CAFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAFBE

Black with #7CAFBE

Text Example


Text Example

White with #7CAFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,175,190); }

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

background-color css

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

 a { background-color: rgb(124,175,190); }

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

border-color css

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

 span { border-color: rgb(124,175,190); }

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