#75BDC3

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

Shades of Glacier #75BDC3

Tints of Glacier #75BDC3

Color information

#75BDC3 (or 0x75BDC3) is unknown color: approx Glacier. HEX triplet: 75, BD and C3. RGB value is (117,189,195). Sum of RGB (Red+Green+Blue) = 117+189+195=501 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.35% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 195 (76.56% from 255 or 38.92% from 501); Max value from RGB is 195 - color contains mainly: blue. Hex color #75BDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BDC3 is #8A423C. Grayscale: #A8A8A8. Windows color (decimal): -9060925 or 12828021. OLE color: 12828021.

HSL color Cylindrical-coordinate representation of color #75BDC3: hue angle of 184.62º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75BDC3 is Cyan = 0.4, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB117189195-
CMYK0.40.0300.24
HSL184.62º39.39%61.18%-
HSV(B)184.62º40%76.47%-
XYZ35.3844.1258.28-
YUV168.16143.1591.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.35%
GREEN value IS 189 (74.22% from 255) = 37.72%
BLUE value IS 195 (76.56% from 255) = 38.92%
R=23.35%
G=37.72%
B=38.92%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171891950.40.0300.24184.6239.3961.18
Hex75BDC3283018b9273d
Octal1652753035030302714775
Binary111010110111101110000111010001101100010111001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75BDC3; }

 p { color: rgb(117,189,195); }

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

<style>
 a { background-color: #75BDC3; }

 a { background-color: rgb(117,189,195); }

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

<style>
 span { border-color: #75BDC3; }

 span { border-color: rgb(117,189,195); }

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