Html Css Color HEX #73CBDD Spray

📋 copy color: '#73CBDD'

red 115 ◦ green 203 ◦ blue 221

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

Shades of Spray #73CBDD

Tints of Spray #73CBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41%

R = 21.34%
G = 37.66%
B = 41%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#73CBDD (or 0x73CBDD) is known color: Spray. HEX triplet: 73, CB and DD. RGB value is (115,203,221). Sum of RGB (Red+Green+Blue) = 115+203+221=539 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.34% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #73CBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CBDD is #8C3422. Grayscale: #B2B2B2. Windows color (decimal): -9188387 or 14535539. OLE color: 14535539.

HSL color Cylindrical-coordinate representation of color #73CBDD: hue angle of 190.19º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73CBDD is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 203 221 -
CMYK 0.48 0.08 0 0.13
HSL 190.19º 0.61% 0.66% -
HSV(B) 190.19º 0.48% 0.87% -
XYZ 41.48 51.58 76.18 -
YUV 178.74 151.85 82.54 -
System Red Green Blue C M Y K H S L
Decimal 115 203 221 0.48 0.08 0 0.13 190.19 0.61 0.66
Hex 73 CB DD 30 8 0 D BE 3D 42
Octal 163 313 335 60 10 0 15 276 75 102
Binary 1110011 11001011 11011101 110000 1000 0 1101 10111110 111101 1000010

Color Harmonies of #73CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CBDD

Black with #73CBDD

Text Example


Text Example

White with #73CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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