#7CBBC1

Color #7CBBC1 Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #7CBBC1

Tints of Glacier #7CBBC1

Color information

#7CBBC1 (or 0x7CBBC1) is unknown color: approx Glacier. HEX triplet: 7C, BB and C1. RGB value is (124,187,193). Sum of RGB (Red+Green+Blue) = 124+187+193=504 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.60% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 193 - color contains mainly: blue. Hex color #7CBBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBBC1 is #83443E. Grayscale: #A8A8A8. Windows color (decimal): -8602687 or 12696444. OLE color: 12696444.

HSL color Cylindrical-coordinate representation of color #7CBBC1: hue angle of 185.22º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CBBC1 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB124187193-
CMYK0.360.0300.24
HSL185.22º35.75%62.16%-
HSV(B)185.22º35.75%75.69%-
XYZ35.7143.6857-
YUV168.85141.6396.01-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.60%
GREEN value IS 187 (73.44% from 255) = 37.10%
BLUE value IS 193 (75.78% from 255) = 38.29%
R=24.60%
G=37.10%
B=38.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1241871930.360.0300.24185.2235.7562.16
Hex7CBBC1243018b9243e
Octal1742733014430302714476
Binary111110010111011110000011001001101100010111001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,187,193); }

 H1.HeaderClassName
 {
   color: #7CBBC1;
 }
 .AnyTagClassName
 {
   color: #7CBBC1;
 }
</style>
background-color css

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

 a { background-color: rgb(124,187,193); }

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

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

 span { border-color: rgb(124,187,193); }

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