Html Css Color HEX #73BEDB Seagull

📋 copy color: '#73BEDB'

red 115 ◦ green 190 ◦ blue 219

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

Shades of Seagull #73BEDB

Tints of Seagull #73BEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.26%

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

R = 21.95%
G = 36.26%
B = 41.79%

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

#73BEDB (or 0x73BEDB) is known color: Seagull. HEX triplet: 73, BE and DB. RGB value is (115,190,219). Sum of RGB (Red+Green+Blue) = 115+190+219=524 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.95% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #73BEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BEDB is #8C4124. Grayscale: #AAAAAA. Windows color (decimal): -9191717 or 14401139. OLE color: 14401139.

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

Color convert

RGB 115 190 219 -
CMYK 0.47 0.13 0 0.14
HSL 196.73º 0.59% 0.65% -
HSV(B) 196.73º 0.47% 0.86% -
XYZ 38.27 45.59 73.8 -
YUV 170.88 155.15 88.14 -
System Red Green Blue C M Y K H S L
Decimal 115 190 219 0.47 0.13 0 0.14 196.73 0.59 0.65
Hex 73 BE DB 2F D 0 E C5 3B 41
Octal 163 276 333 57 15 0 16 305 73 101
Binary 1110011 10111110 11011011 101111 1101 0 1110 11000101 111011 1000001

Color Harmonies of #73BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BEDB

Black with #73BEDB

Text Example


Text Example

White with #73BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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