#74BDC1

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

Shades of Glacier #74BDC1

Tints of Glacier #74BDC1

Color information

#74BDC1 (or 0x74BDC1) is unknown color: approx Glacier. HEX triplet: 74, BD and C1. RGB value is (116,189,193). Sum of RGB (Red+Green+Blue) = 116+189+193=498 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.29% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 193 - color contains mainly: blue. Hex color #74BDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BDC1 is #8B423E. Grayscale: #A7A7A7. Windows color (decimal): -9126463 or 12696948. OLE color: 12696948.

HSL color Cylindrical-coordinate representation of color #74BDC1: hue angle of 183.12º degrees, saturation: 0.38, 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 #74BDC1 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB116189193-
CMYK0.400.0200.24
HSL183.12º38.31%60.59%-
HSV(B)183.12º39.9%75.69%-
XYZ35.0343.9657.09-
YUV167.63142.3291.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.29%
GREEN value IS 189 (74.22% from 255) = 37.95%
BLUE value IS 193 (75.78% from 255) = 38.76%
R=23.29%
G=37.95%
B=38.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1161891930.400.0200.24183.1238.3160.59
Hex74BDC1282018b7263d
Octal1642753015020302674675
Binary111010010111101110000011010001001100010110111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74BDC1; }

 p { color: rgb(116,189,193); }

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

<style>
 a { background-color: #74BDC1; }

 a { background-color: rgb(116,189,193); }

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

<style>
 span { border-color: #74BDC1; }

 span { border-color: rgb(116,189,193); }

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