Html Css Color HEX #7FBCC4 Glacier

📋 copy color: '#7FBCC4'

red 127 ◦ green 188 ◦ blue 196

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

Shades of Glacier #7FBCC4

Tints of Glacier #7FBCC4

RGB

 RED value IS 127 (50% from 255) = 24.85%

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

 BLUE value IS 196 (76.95% from 255) = 38.36%

R = 24.85%
G = 36.79%
B = 38.36%

CMYK

 C value IS 0.35

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#7FBCC4 (or 0x7FBCC4) is known color: Glacier. HEX triplet: 7F, BC and C4. RGB value is (127,188,196). Sum of RGB (Red+Green+Blue) = 127+188+196=511 (67% of max value = 765). Red value is 127 (50% from 255 or 24.85% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 196 - color contains mainly: blue. Hex color #7FBCC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBCC4 is #80433B. Grayscale: #AAAAAA. Windows color (decimal): -8405820 or 12893311. OLE color: 12893311.

HSL color Cylindrical-coordinate representation of color #7FBCC4: hue angle of 186.96º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FBCC4 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 127 188 196 -
CMYK 0.35 0.04 0 0.23
HSL 186.96º 0.37% 0.63% -
HSV(B) 186.96º 0.35% 0.77% -
XYZ 36.7 44.46 58.87 -
YUV 170.67 142.29 96.85 -
System Red Green Blue C M Y K H S L
Decimal 127 188 196 0.35 0.04 0 0.23 186.96 0.37 0.63
Hex 7F BC C4 23 4 0 17 BB 25 3F
Octal 177 274 304 43 4 0 27 273 45 77
Binary 1111111 10111100 11000100 100011 100 0 10111 10111011 100101 111111

Color Harmonies of #7FBCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBCC4

Black with #7FBCC4

Text Example


Text Example

White with #7FBCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,188,196); }

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

background-color css

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

 a { background-color: rgb(127,188,196); }

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

border-color css

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

 span { border-color: rgb(127,188,196); }

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