Html Css Color HEX #73BCDC Seagull

📋 copy color: '#73BCDC'

red 115 ◦ green 188 ◦ blue 220

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

Shades of Seagull #73BCDC

Tints of Seagull #73BCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.95%

 BLUE value IS 220 (86.33% from 255) = 42.07%

R = 21.99%
G = 35.95%
B = 42.07%

CMYK

 C value IS 0.48

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#73BCDC (or 0x73BCDC) is known color: Seagull. HEX triplet: 73, BC and DC. RGB value is (115,188,220). Sum of RGB (Red+Green+Blue) = 115+188+220=523 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.99% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #73BCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BCDC is #8C4323. Grayscale: #A9A9A9. Windows color (decimal): -9192228 or 14466163. OLE color: 14466163.

HSL color Cylindrical-coordinate representation of color #73BCDC: hue angle of 198.29º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73BCDC is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 188 220 -
CMYK 0.48 0.15 0 0.14
HSL 198.29º 0.6% 0.66% -
HSV(B) 198.29º 0.48% 0.86% -
XYZ 37.97 44.78 74.35 -
YUV 169.82 156.32 88.9 -
System Red Green Blue C M Y K H S L
Decimal 115 188 220 0.48 0.15 0 0.14 198.29 0.6 0.66
Hex 73 BC DC 30 F 0 E C6 3C 42
Octal 163 274 334 60 17 0 16 306 74 102
Binary 1110011 10111100 11011100 110000 1111 0 1110 11000110 111100 1000010

Color Harmonies of #73BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BCDC

Black with #73BCDC

Text Example


Text Example

White with #73BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,188,220); }

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

background-color css

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

 a { background-color: rgb(115,188,220); }

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

border-color css

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

 span { border-color: rgb(115,188,220); }

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