Html Css Color HEX #73CBDB Spray

📋 copy color: '#73CBDB'

red 115 ◦ green 203 ◦ blue 219

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

Shades of Spray #73CBDB

Tints of Spray #73CBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.78%

R = 21.42%
G = 37.8%
B = 40.78%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#73CBDB (or 0x73CBDB) is known color: Spray. HEX triplet: 73, CB and DB. RGB value is (115,203,219). Sum of RGB (Red+Green+Blue) = 115+203+219=537 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.42% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #73CBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CBDB is #8C3424. Grayscale: #B2B2B2. Windows color (decimal): -9188389 or 14404467. OLE color: 14404467.

HSL color Cylindrical-coordinate representation of color #73CBDB: hue angle of 189.23º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73CBDB is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 203 219 -
CMYK 0.47 0.07 0 0.14
HSL 189.23º 0.59% 0.65% -
HSV(B) 189.23º 0.47% 0.86% -
XYZ 41.21 51.47 74.78 -
YUV 178.51 150.85 82.7 -
System Red Green Blue C M Y K H S L
Decimal 115 203 219 0.47 0.07 0 0.14 189.23 0.59 0.65
Hex 73 CB DB 2F 7 0 E BD 3B 41
Octal 163 313 333 57 7 0 16 275 73 101
Binary 1110011 11001011 11011011 101111 111 0 1110 10111101 111011 1000001

Color Harmonies of #73CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CBDB

Black with #73CBDB

Text Example


Text Example

White with #73CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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