Html Css Color HEX #75C7E6 Spray

📋 copy color: '#75C7E6'

red 117 ◦ green 199 ◦ blue 230

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

Shades of Spray #75C7E6

Tints of Spray #75C7E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.12%

R = 21.43%
G = 36.45%
B = 42.12%

CMYK

 C value IS 0.49

 M value IS 0.13

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#75C7E6 (or 0x75C7E6) is known color: Spray. HEX triplet: 75, C7 and E6. RGB value is (117,199,230). Sum of RGB (Red+Green+Blue) = 117+199+230=546 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.43% from 546); Green value is 199 (78.12% from 255 or 36.45% from 546); Blue value is 230 (90.23% from 255 or 42.12% from 546); Max value from RGB is 230 - color contains mainly: blue. Hex color #75C7E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C7E6 is #8A3819. Grayscale: #B1B1B1. Windows color (decimal): -9058330 or 15124341. OLE color: 15124341.

HSL color Cylindrical-coordinate representation of color #75C7E6: hue angle of 196.46º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75C7E6 is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 117 199 230 -
CMYK 0.49 0.13 0 0.10
HSL 196.46º 0.69% 0.68% -
HSV(B) 196.46º 0.49% 0.9% -
XYZ 42.04 50.34 82.36 -
YUV 178.02 157.33 84.48 -
System Red Green Blue C M Y K H S L
Decimal 117 199 230 0.49 0.13 0 0.10 196.46 0.69 0.68
Hex 75 C7 E6 31 D 0 A C4 45 44
Octal 165 307 346 61 15 0 12 304 105 104
Binary 1110101 11000111 11100110 110001 1101 0 1010 11000100 1000101 1000100

Color Harmonies of #75C7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C7E6

Black with #75C7E6

Text Example


Text Example

White with #75C7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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