Html Css Color HEX #73BCDB Seagull

📋 copy color: '#73BCDB'

red 115 ◦ green 188 ◦ blue 219

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

Shades of Seagull #73BCDB

Tints of Seagull #73BCDB

RGB

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

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

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

R = 22.03%
G = 36.02%
B = 41.95%

CMYK

 C value IS 0.47

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#73BCDB (or 0x73BCDB) is known color: Seagull. HEX triplet: 73, BC and DB. RGB value is (115,188,219). Sum of RGB (Red+Green+Blue) = 115+188+219=522 (69% of max value = 765). Red value is 115 (45.31% from 255 or 22.03% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #73BCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BCDB is #8C4324. Grayscale: #A9A9A9. Windows color (decimal): -9192229 or 14400627. OLE color: 14400627.

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

Color convert

RGB 115 188 219 -
CMYK 0.47 0.14 0 0.14
HSL 197.88º 0.59% 0.65% -
HSV(B) 197.88º 0.47% 0.86% -
XYZ 37.84 44.73 73.66 -
YUV 169.71 155.82 88.98 -
System Red Green Blue C M Y K H S L
Decimal 115 188 219 0.47 0.14 0 0.14 197.88 0.59 0.65
Hex 73 BC DB 2F E 0 E C6 3B 41
Octal 163 274 333 57 16 0 16 306 73 101
Binary 1110011 10111100 11011011 101111 1110 0 1110 11000110 111011 1000001

Color Harmonies of #73BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BCDB

Black with #73BCDB

Text Example


Text Example

White with #73BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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