Html Css Color HEX #74BAC6 Glacier

📋 copy color: '#74BAC6'

red 116 ◦ green 186 ◦ blue 198

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

Shades of Glacier #74BAC6

Tints of Glacier #74BAC6

RGB

 RED value IS 116 (45.7% from 255) = 23.2%

 GREEN value IS 186 (73.05% from 255) = 37.2%

 BLUE value IS 198 (77.73% from 255) = 39.6%

R = 23.2%
G = 37.2%
B = 39.6%

CMYK

 C value IS 0.41

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#74BAC6 (or 0x74BAC6) is known color: Glacier. HEX triplet: 74, BA and C6. RGB value is (116,186,198). Sum of RGB (Red+Green+Blue) = 116+186+198=500 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.2% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 198 (77.73% from 255 or 39.6% from 500); Max value from RGB is 198 - color contains mainly: blue. Hex color #74BAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BAC6 is #8B4539. Grayscale: #A6A6A6. Windows color (decimal): -9127226 or 13023860. OLE color: 13023860.

HSL color Cylindrical-coordinate representation of color #74BAC6: hue angle of 188.78º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74BAC6 is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 116 186 198 -
CMYK 0.41 0.06 0 0.22
HSL 188.78º 0.42% 0.62% -
HSV(B) 188.78º 0.41% 0.78% -
XYZ 34.95 42.91 59.87 -
YUV 166.44 145.81 92.02 -
System Red Green Blue C M Y K H S L
Decimal 116 186 198 0.41 0.06 0 0.22 188.78 0.42 0.62
Hex 74 BA C6 29 6 0 16 BD 2A 3E
Octal 164 272 306 51 6 0 26 275 52 76
Binary 1110100 10111010 11000110 101001 110 0 10110 10111101 101010 111110

Color Harmonies of #74BAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BAC6

Black with #74BAC6

Text Example


Text Example

White with #74BAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,186,198); }

 H1.HeaderClassName
 {
   color: #74BAC6;
 }
 .AnyTagClassName
 {
   color: #74BAC6;
 }
</style>

background-color css

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

 a { background-color: rgb(116,186,198); }

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

border-color css

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

 span { border-color: rgb(116,186,198); }

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