Html Css Color HEX #75BAC1 Glacier

📋 copy color: '#75BAC1'

red 117 ◦ green 186 ◦ blue 193

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

Shades of Glacier #75BAC1

Tints of Glacier #75BAC1

RGB

 RED value IS 117 (46.09% from 255) = 23.59%

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

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

R = 23.59%
G = 37.5%
B = 38.91%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#75BAC1 (or 0x75BAC1) is known color: Glacier. HEX triplet: 75, BA and C1. RGB value is (117,186,193). Sum of RGB (Red+Green+Blue) = 117+186+193=496 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.59% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 193 - color contains mainly: blue. Hex color #75BAC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BAC1 is #8A453E. Grayscale: #A6A6A6. Windows color (decimal): -9061695 or 12696181. OLE color: 12696181.

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

Color convert

RGB 117 186 193 -
CMYK 0.39 0.04 0 0.24
HSL 185.53º 0.38% 0.61% -
HSV(B) 185.53º 0.39% 0.76% -
XYZ 34.52 42.75 56.88 -
YUV 166.17 143.14 92.93 -
System Red Green Blue C M Y K H S L
Decimal 117 186 193 0.39 0.04 0 0.24 185.53 0.38 0.61
Hex 75 BA C1 27 4 0 18 BA 26 3D
Octal 165 272 301 47 4 0 30 272 46 75
Binary 1110101 10111010 11000001 100111 100 0 11000 10111010 100110 111101

Color Harmonies of #75BAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BAC1

Black with #75BAC1

Text Example


Text Example

White with #75BAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,186,193); }

 H1.HeaderClassName
 {
   color: #75BAC1;
 }
 .AnyTagClassName
 {
   color: #75BAC1;
 }
</style>

background-color css

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

 a { background-color: rgb(117,186,193); }

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

border-color css

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

 span { border-color: rgb(117,186,193); }

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