Html Css Color HEX #73CEE6 Spray

📋 copy color: '#73CEE6'

red 115 ◦ green 206 ◦ blue 230

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

Shades of Spray #73CEE6

Tints of Spray #73CEE6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.39%

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

R = 20.87%
G = 37.39%
B = 41.74%

CMYK

 C value IS 0.5

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#73CEE6 (or 0x73CEE6) is known color: Spray. HEX triplet: 73, CE and E6. RGB value is (115,206,230). Sum of RGB (Red+Green+Blue) = 115+206+230=551 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.87% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 230 (90.23% from 255 or 41.74% from 551); Max value from RGB is 230 - color contains mainly: blue. Hex color #73CEE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73CEE6 is #8C3119. Grayscale: #B5B5B5. Windows color (decimal): -9187610 or 15126131. OLE color: 15126131.

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

Color convert

RGB 115 206 230 -
CMYK 0.5 0.10 0 0.10
HSL 192.52º 0.7% 0.68% -
HSV(B) 192.52º 0.5% 0.9% -
XYZ 43.42 53.5 82.9 -
YUV 181.53 155.35 80.55 -
System Red Green Blue C M Y K H S L
Decimal 115 206 230 0.5 0.10 0 0.10 192.52 0.7 0.68
Hex 73 CE E6 32 A 0 A C1 46 44
Octal 163 316 346 62 12 0 12 301 106 104
Binary 1110011 11001110 11100110 110010 1010 0 1010 11000001 1000110 1000100

Color Harmonies of #73CEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CEE6

Black with #73CEE6

Text Example


Text Example

White with #73CEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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