Html Css Color HEX #74BCC1 Glacier

📋 copy color: '#74BCC1'

red 116 ◦ green 188 ◦ blue 193

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

Shades of Glacier #74BCC1

Tints of Glacier #74BCC1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.83%

 BLUE value IS 193 (75.78% from 255) = 38.83%

R = 23.34%
G = 37.83%
B = 38.83%

CMYK

 C value IS 0.40

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#74BCC1 (or 0x74BCC1) is known color: Glacier. HEX triplet: 74, BC and C1. RGB value is (116,188,193). Sum of RGB (Red+Green+Blue) = 116+188+193=497 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.34% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 193 - color contains mainly: blue. Hex color #74BCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BCC1 is #8B433E. Grayscale: #A6A6A6. Windows color (decimal): -9126719 or 12696692. OLE color: 12696692.

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

Color convert

RGB 116 188 193 -
CMYK 0.40 0.03 0 0.24
HSL 183.9º 0.38% 0.61% -
HSV(B) 183.9º 0.4% 0.76% -
XYZ 34.81 43.53 57.02 -
YUV 167.04 142.65 91.59 -
System Red Green Blue C M Y K H S L
Decimal 116 188 193 0.40 0.03 0 0.24 183.9 0.38 0.61
Hex 74 BC C1 28 3 0 18 B8 26 3D
Octal 164 274 301 50 3 0 30 270 46 75
Binary 1110100 10111100 11000001 101000 11 0 11000 10111000 100110 111101

Color Harmonies of #74BCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BCC1

Black with #74BCC1

Text Example


Text Example

White with #74BCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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