Html Css Color HEX #73BADB Seagull

📋 copy color: '#73BADB'

red 115 ◦ green 186 ◦ blue 219

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

Shades of Seagull #73BADB

Tints of Seagull #73BADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.12%

R = 22.12%
G = 35.77%
B = 42.12%

CMYK

 C value IS 0.47

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#73BADB (or 0x73BADB) is known color: Seagull. HEX triplet: 73, BA and DB. RGB value is (115,186,219). Sum of RGB (Red+Green+Blue) = 115+186+219=520 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.12% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #73BADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BADB is #8C4524. Grayscale: #A8A8A8. Windows color (decimal): -9192741 or 14400115. OLE color: 14400115.

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

Color convert

RGB 115 186 219 -
CMYK 0.47 0.15 0 0.14
HSL 199.04º 0.59% 0.65% -
HSV(B) 199.04º 0.47% 0.86% -
XYZ 37.42 43.88 73.51 -
YUV 168.53 156.48 89.82 -
System Red Green Blue C M Y K H S L
Decimal 115 186 219 0.47 0.15 0 0.14 199.04 0.59 0.65
Hex 73 BA DB 2F F 0 E C7 3B 41
Octal 163 272 333 57 17 0 16 307 73 101
Binary 1110011 10111010 11011011 101111 1111 0 1110 11000111 111011 1000001

Color Harmonies of #73BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BADB

Black with #73BADB

Text Example


Text Example

White with #73BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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