Html Css Color HEX #73CCE6 Spray

📋 copy color: '#73CCE6'

red 115 ◦ green 204 ◦ blue 230

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

Shades of Spray #73CCE6

Tints of Spray #73CCE6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.16%

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

R = 20.95%
G = 37.16%
B = 41.89%

CMYK

 C value IS 0.5

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#73CCE6 (or 0x73CCE6) is known color: Spray. HEX triplet: 73, CC and E6. RGB value is (115,204,230). Sum of RGB (Red+Green+Blue) = 115+204+230=549 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.95% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #73CCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73CCE6 is #8C3319. Grayscale: #B4B4B4. Windows color (decimal): -9188122 or 15125619. OLE color: 15125619.

HSL color Cylindrical-coordinate representation of color #73CCE6: hue angle of 193.57º 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 #73CCE6 is Cyan = 0.5, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 115 204 230 -
CMYK 0.5 0.11 0 0.10
HSL 193.57º 0.7% 0.68% -
HSV(B) 193.57º 0.5% 0.9% -
XYZ 42.95 52.54 82.74 -
YUV 180.35 156.01 81.39 -
System Red Green Blue C M Y K H S L
Decimal 115 204 230 0.5 0.11 0 0.10 193.57 0.7 0.68
Hex 73 CC E6 32 B 0 A C2 46 44
Octal 163 314 346 62 13 0 12 302 106 104
Binary 1110011 11001100 11100110 110010 1011 0 1010 11000010 1000110 1000100

Color Harmonies of #73CCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CCE6

Black with #73CCE6

Text Example


Text Example

White with #73CCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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