Html Css Color HEX #73CCDB Spray

📋 copy color: '#73CCDB'

red 115 ◦ green 204 ◦ blue 219

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

Shades of Spray #73CCDB

Tints of Spray #73CCDB

RGB

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

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

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

R = 21.38%
G = 37.92%
B = 40.71%

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

#73CCDB (or 0x73CCDB) is known color: Spray. HEX triplet: 73, CC and DB. RGB value is (115,204,219). Sum of RGB (Red+Green+Blue) = 115+204+219=538 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.38% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #73CCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CCDB is #8C3324. Grayscale: #B2B2B2. Windows color (decimal): -9188133 or 14404723. OLE color: 14404723.

HSL color Cylindrical-coordinate representation of color #73CCDB: hue angle of 188.65º 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 #73CCDB is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 204 219 -
CMYK 0.47 0.07 0 0.14
HSL 188.65º 0.59% 0.65% -
HSV(B) 188.65º 0.47% 0.86% -
XYZ 41.45 51.95 74.86 -
YUV 179.1 150.51 82.28 -
System Red Green Blue C M Y K H S L
Decimal 115 204 219 0.47 0.07 0 0.14 188.65 0.59 0.65
Hex 73 CC DB 2F 7 0 E BD 3B 41
Octal 163 314 333 57 7 0 16 275 73 101
Binary 1110011 11001100 11011011 101111 111 0 1110 10111101 111011 1000001

Color Harmonies of #73CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CCDB

Black with #73CCDB

Text Example


Text Example

White with #73CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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