Html Css Color HEX #75CACF Spray

📋 copy color: '#75CACF'

red 117 ◦ green 202 ◦ blue 207

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

Shades of Spray #75CACF

Tints of Spray #75CACF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.4%

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

R = 22.24%
G = 38.4%
B = 39.35%

CMYK

 C value IS 0.43

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#75CACF (or 0x75CACF) is known color: Spray. HEX triplet: 75, CA and CF. RGB value is (117,202,207). Sum of RGB (Red+Green+Blue) = 117+202+207=526 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.24% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #75CACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CACF is #8A3530. Grayscale: #B1B1B1. Windows color (decimal): -9057585 or 13617781. OLE color: 13617781.

HSL color Cylindrical-coordinate representation of color #75CACF: hue angle of 183.33º 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 #75CACF is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 202 207 -
CMYK 0.43 0.02 0 0.19
HSL 183.33º 0.48% 0.64% -
HSV(B) 183.33º 0.43% 0.81% -
XYZ 39.72 50.53 66.69 -
YUV 177.16 144.84 85.09 -
System Red Green Blue C M Y K H S L
Decimal 117 202 207 0.43 0.02 0 0.19 183.33 0.48 0.64
Hex 75 CA CF 2B 2 0 13 B7 30 40
Octal 165 312 317 53 2 0 23 267 60 100
Binary 1110101 11001010 11001111 101011 10 0 10011 10110111 110000 1000000

Color Harmonies of #75CACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CACF

Black with #75CACF

Text Example


Text Example

White with #75CACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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