Html Css Color HEX #73BADC Seagull

📋 copy color: '#73BADC'

red 115 ◦ green 186 ◦ blue 220

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

Shades of Seagull #73BADC

Tints of Seagull #73BADC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.7%

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

R = 22.07%
G = 35.7%
B = 42.23%

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

#73BADC (or 0x73BADC) is known color: Seagull. HEX triplet: 73, BA and DC. RGB value is (115,186,220). Sum of RGB (Red+Green+Blue) = 115+186+220=521 (69% of max value = 765). Red value is 115 (45.31% from 255 or 22.07% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #73BADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BADC is #8C4523. Grayscale: #A8A8A8. Windows color (decimal): -9192740 or 14465651. OLE color: 14465651.

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

Color convert

RGB 115 186 220 -
CMYK 0.48 0.15 0 0.14
HSL 199.43º 0.6% 0.66% -
HSV(B) 199.43º 0.48% 0.86% -
XYZ 37.55 43.93 74.21 -
YUV 168.65 156.98 89.74 -
System Red Green Blue C M Y K H S L
Decimal 115 186 220 0.48 0.15 0 0.14 199.43 0.6 0.66
Hex 73 BA DC 30 F 0 E C7 3C 42
Octal 163 272 334 60 17 0 16 307 74 102
Binary 1110011 10111010 11011100 110000 1111 0 1110 11000111 111100 1000010

Color Harmonies of #73BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BADC

Black with #73BADC

Text Example


Text Example

White with #73BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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