Html Css Color HEX #75AFC4 Glacier

📋 copy color: '#75AFC4'

red 117 ◦ green 175 ◦ blue 196

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

Shades of Glacier #75AFC4

Tints of Glacier #75AFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.16%

R = 23.98%
G = 35.86%
B = 40.16%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#75AFC4 (or 0x75AFC4) is known color: Glacier. HEX triplet: 75, AF and C4. RGB value is (117,175,196). Sum of RGB (Red+Green+Blue) = 117+175+196=488 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.98% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 196 (76.95% from 255 or 40.16% from 488); Max value from RGB is 196 - color contains mainly: blue. Hex color #75AFC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AFC4 is #8A503B. Grayscale: #9F9F9F. Windows color (decimal): -9064508 or 12889973. OLE color: 12889973.

HSL color Cylindrical-coordinate representation of color #75AFC4: hue angle of 195.95º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75AFC4 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 117 175 196 -
CMYK 0.40 0.11 0 0.23
HSL 195.95º 0.4% 0.61% -
HSV(B) 195.95º 0.4% 0.77% -
XYZ 32.63 38.43 57.92 -
YUV 160.05 148.28 97.29 -
System Red Green Blue C M Y K H S L
Decimal 117 175 196 0.40 0.11 0 0.23 195.95 0.4 0.61
Hex 75 AF C4 28 B 0 17 C4 28 3D
Octal 165 257 304 50 13 0 27 304 50 75
Binary 1110101 10101111 11000100 101000 1011 0 10111 11000100 101000 111101

Color Harmonies of #75AFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AFC4

Black with #75AFC4

Text Example


Text Example

White with #75AFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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