Html Css Color HEX #73CCDA Spray

📋 copy color: '#73CCDA'

red 115 ◦ green 204 ◦ blue 218

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

Shades of Spray #73CCDA

Tints of Spray #73CCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.6%

R = 21.42%
G = 37.99%
B = 40.6%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#73CCDA (or 0x73CCDA) is known color: Spray. HEX triplet: 73, CC and DA. RGB value is (115,204,218). Sum of RGB (Red+Green+Blue) = 115+204+218=537 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.42% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #73CCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CCDA is #8C3325. Grayscale: #B2B2B2. Windows color (decimal): -9188134 or 14339187. OLE color: 14339187.

HSL color Cylindrical-coordinate representation of color #73CCDA: hue angle of 188.16º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73CCDA is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 204 218 -
CMYK 0.47 0.06 0 0.15
HSL 188.16º 0.58% 0.65% -
HSV(B) 188.16º 0.47% 0.85% -
XYZ 41.32 51.89 74.17 -
YUV 178.99 150.01 82.36 -
System Red Green Blue C M Y K H S L
Decimal 115 204 218 0.47 0.06 0 0.15 188.16 0.58 0.65
Hex 73 CC DA 2F 6 0 F BC 3A 41
Octal 163 314 332 57 6 0 17 274 72 101
Binary 1110011 11001100 11011010 101111 110 0 1111 10111100 111010 1000001

Color Harmonies of #73CCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CCDA

Black with #73CCDA

Text Example


Text Example

White with #73CCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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