Html Css Color HEX #75C7E1 Spray

📋 copy color: '#75C7E1'

red 117 ◦ green 199 ◦ blue 225

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

Shades of Spray #75C7E1

Tints of Spray #75C7E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.59%

R = 21.63%
G = 36.78%
B = 41.59%

CMYK

 C value IS 0.48

 M value IS 0.12

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#75C7E1 (or 0x75C7E1) is known color: Spray. HEX triplet: 75, C7 and E1. RGB value is (117,199,225). Sum of RGB (Red+Green+Blue) = 117+199+225=541 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.63% from 541); Green value is 199 (78.12% from 255 or 36.78% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 225 - color contains mainly: blue. Hex color #75C7E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C7E1 is #8A381E. Grayscale: #B1B1B1. Windows color (decimal): -9058335 or 14796661. OLE color: 14796661.

HSL color Cylindrical-coordinate representation of color #75C7E1: hue angle of 194.44º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75C7E1 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 199 225 -
CMYK 0.48 0.12 0 0.12
HSL 194.44º 0.64% 0.67% -
HSV(B) 194.44º 0.48% 0.88% -
XYZ 41.35 50.07 78.72 -
YUV 177.45 154.83 84.89 -
System Red Green Blue C M Y K H S L
Decimal 117 199 225 0.48 0.12 0 0.12 194.44 0.64 0.67
Hex 75 C7 E1 30 C 0 C C2 40 43
Octal 165 307 341 60 14 0 14 302 100 103
Binary 1110101 11000111 11100001 110000 1100 0 1100 11000010 1000000 1000011

Color Harmonies of #75C7E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C7E1

Black with #75C7E1

Text Example


Text Example

White with #75C7E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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