Html Css Color HEX #75BFC4 Glacier

📋 copy color: '#75BFC4'

red 117 ◦ green 191 ◦ blue 196

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

Shades of Glacier #75BFC4

Tints of Glacier #75BFC4

RGB

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

 GREEN value IS 191 (75% from 255) = 37.9%

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

R = 23.21%
G = 37.9%
B = 38.89%

CMYK

 C value IS 0.40

 M value IS 0.03

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#75BFC4 (or 0x75BFC4) is known color: Glacier. HEX triplet: 75, BF and C4. RGB value is (117,191,196). Sum of RGB (Red+Green+Blue) = 117+191+196=504 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.21% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 196 - color contains mainly: blue. Hex color #75BFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BFC4 is #8A403B. Grayscale: #A9A9A9. Windows color (decimal): -9060412 or 12894069. OLE color: 12894069.

HSL color Cylindrical-coordinate representation of color #75BFC4: hue angle of 183.8º 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 #75BFC4 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 117 191 196 -
CMYK 0.40 0.03 0 0.23
HSL 183.8º 0.4% 0.61% -
HSV(B) 183.8º 0.4% 0.77% -
XYZ 35.93 45.03 59.02 -
YUV 169.44 142.98 90.59 -
System Red Green Blue C M Y K H S L
Decimal 117 191 196 0.40 0.03 0 0.23 183.8 0.4 0.61
Hex 75 BF C4 28 3 0 17 B8 28 3D
Octal 165 277 304 50 3 0 27 270 50 75
Binary 1110101 10111111 11000100 101000 11 0 10111 10111000 101000 111101

Color Harmonies of #75BFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BFC4

Black with #75BFC4

Text Example


Text Example

White with #75BFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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