Html Css Color HEX #73CBE6 Spray

📋 copy color: '#73CBE6'

red 115 ◦ green 203 ◦ blue 230

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

Shades of Spray #73CBE6

Tints of Spray #73CBE6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.04%

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

R = 20.99%
G = 37.04%
B = 41.97%

CMYK

 C value IS 0.5

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#73CBE6 (or 0x73CBE6) is known color: Spray. HEX triplet: 73, CB and E6. RGB value is (115,203,230). Sum of RGB (Red+Green+Blue) = 115+203+230=548 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.99% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 230 - color contains mainly: blue. Hex color #73CBE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73CBE6 is #8C3419. Grayscale: #B3B3B3. Windows color (decimal): -9188378 or 15125363. OLE color: 15125363.

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

Color convert

RGB 115 203 230 -
CMYK 0.5 0.12 0 0.10
HSL 194.09º 0.7% 0.68% -
HSV(B) 194.09º 0.5% 0.9% -
XYZ 42.71 52.07 82.66 -
YUV 179.77 156.35 81.8 -
System Red Green Blue C M Y K H S L
Decimal 115 203 230 0.5 0.12 0 0.10 194.09 0.7 0.68
Hex 73 CB E6 32 C 0 A C2 46 44
Octal 163 313 346 62 14 0 12 302 106 104
Binary 1110011 11001011 11100110 110010 1100 0 1010 11000010 1000110 1000100

Color Harmonies of #73CBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CBE6

Black with #73CBE6

Text Example


Text Example

White with #73CBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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