Html Css Color HEX #73C9E6 Spray

📋 copy color: '#73C9E6'

red 115 ◦ green 201 ◦ blue 230

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

Shades of Spray #73C9E6

Tints of Spray #73C9E6

RGB

 RED value IS 115 (45.31% from 255) = 21.06%

 GREEN value IS 201 (78.91% from 255) = 36.81%

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

R = 21.06%
G = 36.81%
B = 42.12%

CMYK

 C value IS 0.5

 M value IS 0.13

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#73C9E6 (or 0x73C9E6) is known color: Spray. HEX triplet: 73, C9 and E6. RGB value is (115,201,230). Sum of RGB (Red+Green+Blue) = 115+201+230=546 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.06% from 546); Green value is 201 (78.91% from 255 or 36.81% 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 #73C9E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73C9E6 is #8C3619. Grayscale: #B2B2B2. Windows color (decimal): -9188890 or 15124851. OLE color: 15124851.

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

Color convert

RGB 115 201 230 -
CMYK 0.5 0.13 0 0.10
HSL 195.13º 0.7% 0.68% -
HSV(B) 195.13º 0.5% 0.9% -
XYZ 42.24 51.13 82.51 -
YUV 178.59 157.01 82.64 -
System Red Green Blue C M Y K H S L
Decimal 115 201 230 0.5 0.13 0 0.10 195.13 0.7 0.68
Hex 73 C9 E6 32 D 0 A C3 46 44
Octal 163 311 346 62 15 0 12 303 106 104
Binary 1110011 11001001 11100110 110010 1101 0 1010 11000011 1000110 1000100

Color Harmonies of #73C9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C9E6

Black with #73C9E6

Text Example


Text Example

White with #73C9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73C9E6; }

 p { color: rgb(115,201,230); }

 H1.HeaderClassName
 {
   color: #73C9E6;
 }
 .AnyTagClassName
 {
   color: #73C9E6;
 }
</style>

background-color css

<style>
 a { background-color: #73C9E6; }

 a { background-color: rgb(115,201,230); }

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

border-color css

<style>
 span { border-color: #73C9E6; }

 span { border-color: rgb(115,201,230); }

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