Html Css Color HEX #75C7CE Spray

📋 copy color: '#75C7CE'

red 117 ◦ green 199 ◦ blue 206

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

Shades of Spray #75C7CE

Tints of Spray #75C7CE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.12%

 BLUE value IS 206 (80.86% from 255) = 39.46%

R = 22.41%
G = 38.12%
B = 39.46%

CMYK

 C value IS 0.43

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#75C7CE (or 0x75C7CE) is known color: Spray. HEX triplet: 75, C7 and CE. RGB value is (117,199,206). Sum of RGB (Red+Green+Blue) = 117+199+206=522 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.41% from 522); Green value is 199 (78.12% from 255 or 38.12% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #75C7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C7CE is #8A3831. Grayscale: #AFAFAF. Windows color (decimal): -9058354 or 13551477. OLE color: 13551477.

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

Color convert

RGB 117 199 206 -
CMYK 0.43 0.03 0 0.19
HSL 184.72º 0.48% 0.63% -
HSV(B) 184.72º 0.43% 0.81% -
XYZ 38.9 49.08 65.82 -
YUV 175.28 145.33 86.43 -
System Red Green Blue C M Y K H S L
Decimal 117 199 206 0.43 0.03 0 0.19 184.72 0.48 0.63
Hex 75 C7 CE 2B 3 0 13 B9 30 3F
Octal 165 307 316 53 3 0 23 271 60 77
Binary 1110101 11000111 11001110 101011 11 0 10011 10111001 110000 111111

Color Harmonies of #75C7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C7CE

Black with #75C7CE

Text Example


Text Example

White with #75C7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,199,206); }

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

background-color css

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

 a { background-color: rgb(117,199,206); }

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

border-color css

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

 span { border-color: rgb(117,199,206); }

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