Html Css Color HEX #74BABD Glacier

📋 copy color: '#74BABD'

red 116 ◦ green 186 ◦ blue 189

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

Shades of Glacier #74BABD

Tints of Glacier #74BABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.49%

R = 23.63%
G = 37.88%
B = 38.49%

CMYK

 C value IS 0.39

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#74BABD (or 0x74BABD) is known color: Glacier. HEX triplet: 74, BA and BD. RGB value is (116,186,189). Sum of RGB (Red+Green+Blue) = 116+186+189=491 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.63% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #74BABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BABD is #8B4542. Grayscale: #A5A5A5. Windows color (decimal): -9127235 or 12434036. OLE color: 12434036.

HSL color Cylindrical-coordinate representation of color #74BABD: hue angle of 182.47º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BABD is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 186 189 -
CMYK 0.39 0.02 0 0.26
HSL 182.47º 0.36% 0.6% -
HSV(B) 182.47º 0.39% 0.74% -
XYZ 33.95 42.5 54.56 -
YUV 165.41 141.31 92.76 -
System Red Green Blue C M Y K H S L
Decimal 116 186 189 0.39 0.02 0 0.26 182.47 0.36 0.6
Hex 74 BA BD 27 2 0 1A B6 24 3C
Octal 164 272 275 47 2 0 32 266 44 74
Binary 1110100 10111010 10111101 100111 10 0 11010 10110110 100100 111100

Color Harmonies of #74BABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BABD

Black with #74BABD

Text Example


Text Example

White with #74BABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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