Html Css Color HEX #75B5C1 Glacier

📋 copy color: '#75B5C1'

red 117 ◦ green 181 ◦ blue 193

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

Shades of Glacier #75B5C1

Tints of Glacier #75B5C1

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.86%

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

R = 23.83%
G = 36.86%
B = 39.31%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#75B5C1 (or 0x75B5C1) is known color: Glacier. HEX triplet: 75, B5 and C1. RGB value is (117,181,193). Sum of RGB (Red+Green+Blue) = 117+181+193=491 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.83% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 193 - color contains mainly: blue. Hex color #75B5C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B5C1 is #8A4A3E. Grayscale: #A3A3A3. Windows color (decimal): -9062975 or 12694901. OLE color: 12694901.

HSL color Cylindrical-coordinate representation of color #75B5C1: hue angle of 189.47º 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 #75B5C1 is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 181 193 -
CMYK 0.39 0.06 0 0.24
HSL 189.47º 0.38% 0.61% -
HSV(B) 189.47º 0.39% 0.76% -
XYZ 33.49 40.68 56.54 -
YUV 163.23 144.8 95.02 -
System Red Green Blue C M Y K H S L
Decimal 117 181 193 0.39 0.06 0 0.24 189.47 0.38 0.61
Hex 75 B5 C1 27 6 0 18 BD 26 3D
Octal 165 265 301 47 6 0 30 275 46 75
Binary 1110101 10110101 11000001 100111 110 0 11000 10111101 100110 111101

Color Harmonies of #75B5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B5C1

Black with #75B5C1

Text Example


Text Example

White with #75B5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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