Html Css Color HEX #73CEDD Spray

📋 copy color: '#73CEDD'

red 115 ◦ green 206 ◦ blue 221

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

Shades of Spray #73CEDD

Tints of Spray #73CEDD

RGB

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

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

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

R = 21.22%
G = 38.01%
B = 40.77%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#73CEDD (or 0x73CEDD) is known color: Spray. HEX triplet: 73, CE and DD. RGB value is (115,206,221). Sum of RGB (Red+Green+Blue) = 115+206+221=542 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.22% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #73CEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CEDD is #8C3122. Grayscale: #B4B4B4. Windows color (decimal): -9187619 or 14536307. OLE color: 14536307.

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

Color convert

RGB 115 206 221 -
CMYK 0.48 0.07 0 0.13
HSL 188.49º 0.61% 0.66% -
HSV(B) 188.49º 0.48% 0.87% -
XYZ 42.19 53.01 76.41 -
YUV 180.5 150.85 81.28 -
System Red Green Blue C M Y K H S L
Decimal 115 206 221 0.48 0.07 0 0.13 188.49 0.61 0.66
Hex 73 CE DD 30 7 0 D BC 3D 42
Octal 163 316 335 60 7 0 15 274 75 102
Binary 1110011 11001110 11011101 110000 111 0 1101 10111100 111101 1000010

Color Harmonies of #73CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CEDD

Black with #73CEDD

Text Example


Text Example

White with #73CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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