Html Css Color HEX #73BFDB Seagull

📋 copy color: '#73BFDB'

red 115 ◦ green 191 ◦ blue 219

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

Shades of Seagull #73BFDB

Tints of Seagull #73BFDB

RGB

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

 GREEN value IS 191 (75% from 255) = 36.38%

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

R = 21.9%
G = 36.38%
B = 41.71%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#73BFDB (or 0x73BFDB) is known color: Seagull. HEX triplet: 73, BF and DB. RGB value is (115,191,219). Sum of RGB (Red+Green+Blue) = 115+191+219=525 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.90% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #73BFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BFDB is #8C4024. Grayscale: #ABABAB. Windows color (decimal): -9191461 or 14401395. OLE color: 14401395.

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

Color convert

RGB 115 191 219 -
CMYK 0.47 0.13 0 0.14
HSL 196.15º 0.59% 0.65% -
HSV(B) 196.15º 0.47% 0.86% -
XYZ 38.49 46.02 73.87 -
YUV 171.47 154.82 87.72 -
System Red Green Blue C M Y K H S L
Decimal 115 191 219 0.47 0.13 0 0.14 196.15 0.59 0.65
Hex 73 BF DB 2F D 0 E C4 3B 41
Octal 163 277 333 57 15 0 16 304 73 101
Binary 1110011 10111111 11011011 101111 1101 0 1110 11000100 111011 1000001

Color Harmonies of #73BFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BFDB

Black with #73BFDB

Text Example


Text Example

White with #73BFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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