Html Css Color HEX #75C7DF Spray

📋 copy color: '#75C7DF'

red 117 ◦ green 199 ◦ blue 223

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

Shades of Spray #75C7DF

Tints of Spray #75C7DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.37%

R = 21.71%
G = 36.92%
B = 41.37%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#75C7DF (or 0x75C7DF) is known color: Spray. HEX triplet: 75, C7 and DF. RGB value is (117,199,223). Sum of RGB (Red+Green+Blue) = 117+199+223=539 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.71% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #75C7DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C7DF is #8A3820. Grayscale: #B1B1B1. Windows color (decimal): -9058337 or 14665589. OLE color: 14665589.

HSL color Cylindrical-coordinate representation of color #75C7DF: hue angle of 193.58º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75C7DF is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 199 223 -
CMYK 0.48 0.11 0 0.13
HSL 193.58º 0.62% 0.67% -
HSV(B) 193.58º 0.48% 0.87% -
XYZ 41.08 49.96 77.29 -
YUV 177.22 153.83 85.05 -
System Red Green Blue C M Y K H S L
Decimal 117 199 223 0.48 0.11 0 0.13 193.58 0.62 0.67
Hex 75 C7 DF 30 B 0 D C2 3E 43
Octal 165 307 337 60 13 0 15 302 76 103
Binary 1110101 11000111 11011111 110000 1011 0 1101 11000010 111110 1000011

Color Harmonies of #75C7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C7DF

Black with #75C7DF

Text Example


Text Example

White with #75C7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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