Html Css Color HEX #75C6CC Spray

📋 copy color: '#75C6CC'

red 117 ◦ green 198 ◦ blue 204

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

Shades of Spray #75C6CC

Tints of Spray #75C6CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.31%

R = 22.54%
G = 38.15%
B = 39.31%

CMYK

 C value IS 0.43

 M value IS 0.03

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#75C6CC (or 0x75C6CC) is known color: Spray. HEX triplet: 75, C6 and CC. RGB value is (117,198,204). Sum of RGB (Red+Green+Blue) = 117+198+204=519 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.54% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #75C6CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C6CC is #8A3933. Grayscale: #AEAEAE. Windows color (decimal): -9058612 or 13420149. OLE color: 13420149.

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

Color convert

RGB 117 198 204 -
CMYK 0.43 0.03 0 0.2
HSL 184.14º 0.46% 0.63% -
HSV(B) 184.14º 0.43% 0.8% -
XYZ 38.43 48.53 64.47 -
YUV 174.47 144.66 87.01 -
System Red Green Blue C M Y K H S L
Decimal 117 198 204 0.43 0.03 0 0.2 184.14 0.46 0.63
Hex 75 C6 CC 2B 3 0 14 B8 2E 3F
Octal 165 306 314 53 3 0 24 270 56 77
Binary 1110101 11000110 11001100 101011 11 0 10100 10111000 101110 111111

Color Harmonies of #75C6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C6CC

Black with #75C6CC

Text Example


Text Example

White with #75C6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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