Html Css Color HEX #75C5CF Spray

📋 copy color: '#75C5CF'

red 117 ◦ green 197 ◦ blue 207

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

Shades of Spray #75C5CF

Tints of Spray #75C5CF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.81%

 BLUE value IS 207 (81.25% from 255) = 39.73%

R = 22.46%
G = 37.81%
B = 39.73%

CMYK

 C value IS 0.43

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#75C5CF (or 0x75C5CF) is known color: Spray. HEX triplet: 75, C5 and CF. RGB value is (117,197,207). Sum of RGB (Red+Green+Blue) = 117+197+207=521 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.46% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #75C5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C5CF is #8A3A30. Grayscale: #AEAEAE. Windows color (decimal): -9058865 or 13616501. OLE color: 13616501.

HSL color Cylindrical-coordinate representation of color #75C5CF: hue angle of 186.67º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75C5CF is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 197 207 -
CMYK 0.43 0.05 0 0.19
HSL 186.67º 0.48% 0.64% -
HSV(B) 186.67º 0.43% 0.81% -
XYZ 38.56 48.22 66.31 -
YUV 174.22 146.5 87.19 -
System Red Green Blue C M Y K H S L
Decimal 117 197 207 0.43 0.05 0 0.19 186.67 0.48 0.64
Hex 75 C5 CF 2B 5 0 13 BB 30 40
Octal 165 305 317 53 5 0 23 273 60 100
Binary 1110101 11000101 11001111 101011 101 0 10011 10111011 110000 1000000

Color Harmonies of #75C5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C5CF

Black with #75C5CF

Text Example


Text Example

White with #75C5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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