Html Css Color HEX #75C6CE Spray

📋 copy color: '#75C6CE'

red 117 ◦ green 198 ◦ blue 206

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

Shades of Spray #75C6CE

Tints of Spray #75C6CE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38%

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

R = 22.46%
G = 38%
B = 39.54%

CMYK

 C value IS 0.43

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#75C6CE (or 0x75C6CE) is known color: Spray. HEX triplet: 75, C6 and CE. RGB value is (117,198,206). Sum of RGB (Red+Green+Blue) = 117+198+206=521 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.46% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #75C6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C6CE is #8A3931. Grayscale: #AEAEAE. Windows color (decimal): -9058610 or 13551221. OLE color: 13551221.

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

Color convert

RGB 117 198 206 -
CMYK 0.43 0.04 0 0.19
HSL 185.39º 0.48% 0.63% -
HSV(B) 185.39º 0.43% 0.81% -
XYZ 38.67 48.63 65.74 -
YUV 174.69 145.66 86.85 -
System Red Green Blue C M Y K H S L
Decimal 117 198 206 0.43 0.04 0 0.19 185.39 0.48 0.63
Hex 75 C6 CE 2B 4 0 13 B9 30 3F
Octal 165 306 316 53 4 0 23 271 60 77
Binary 1110101 11000110 11001110 101011 100 0 10011 10111001 110000 111111

Color Harmonies of #75C6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C6CE

Black with #75C6CE

Text Example


Text Example

White with #75C6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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