Html Css Color HEX #75BEC5 Glacier

📋 copy color: '#75BEC5'

red 117 ◦ green 190 ◦ blue 197

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

Shades of Glacier #75BEC5

Tints of Glacier #75BEC5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.7%

 BLUE value IS 197 (77.34% from 255) = 39.09%

R = 23.21%
G = 37.7%
B = 39.09%

CMYK

 C value IS 0.41

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#75BEC5 (or 0x75BEC5) is known color: Glacier. HEX triplet: 75, BE and C5. RGB value is (117,190,197). Sum of RGB (Red+Green+Blue) = 117+190+197=504 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.21% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 197 (77.34% from 255 or 39.09% from 504); Max value from RGB is 197 - color contains mainly: blue. Hex color #75BEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BEC5 is #8A413A. Grayscale: #A8A8A8. Windows color (decimal): -9060667 or 12959349. OLE color: 12959349.

HSL color Cylindrical-coordinate representation of color #75BEC5: hue angle of 185.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75BEC5 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 117 190 197 -
CMYK 0.41 0.04 0 0.23
HSL 185.25º 0.41% 0.62% -
HSV(B) 185.25º 0.41% 0.77% -
XYZ 35.83 44.64 59.55 -
YUV 168.97 143.82 90.93 -
System Red Green Blue C M Y K H S L
Decimal 117 190 197 0.41 0.04 0 0.23 185.25 0.41 0.62
Hex 75 BE C5 29 4 0 17 B9 29 3E
Octal 165 276 305 51 4 0 27 271 51 76
Binary 1110101 10111110 11000101 101001 100 0 10111 10111001 101001 111110

Color Harmonies of #75BEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BEC5

Black with #75BEC5

Text Example


Text Example

White with #75BEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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