Html Css Color HEX #75AFBE Glacier

📋 copy color: '#75AFBE'

red 117 ◦ green 175 ◦ blue 190

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

Shades of Glacier #75AFBE

Tints of Glacier #75AFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.31%

 BLUE value IS 190 (74.61% from 255) = 39.42%

R = 24.27%
G = 36.31%
B = 39.42%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#75AFBE (or 0x75AFBE) is known color: Glacier. HEX triplet: 75, AF and BE. RGB value is (117,175,190). Sum of RGB (Red+Green+Blue) = 117+175+190=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #75AFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AFBE is #8A5041. Grayscale: #9F9F9F. Windows color (decimal): -9064514 or 12496757. OLE color: 12496757.

HSL color Cylindrical-coordinate representation of color #75AFBE: hue angle of 192.33º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75AFBE is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 175 190 -
CMYK 0.38 0.08 0 0.25
HSL 192.33º 0.36% 0.6% -
HSV(B) 192.33º 0.38% 0.75% -
XYZ 31.96 38.16 54.4 -
YUV 159.37 145.28 97.78 -
System Red Green Blue C M Y K H S L
Decimal 117 175 190 0.38 0.08 0 0.25 192.33 0.36 0.6
Hex 75 AF BE 26 8 0 19 C0 24 3C
Octal 165 257 276 46 10 0 31 300 44 74
Binary 1110101 10101111 10111110 100110 1000 0 11001 11000000 100100 111100

Color Harmonies of #75AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AFBE

Black with #75AFBE

Text Example


Text Example

White with #75AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,175,190); }

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

background-color css

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

 a { background-color: rgb(117,175,190); }

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

border-color css

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

 span { border-color: rgb(117,175,190); }

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