Html Css Color HEX #73B6DB Seagull

📋 copy color: '#73B6DB'

red 115 ◦ green 182 ◦ blue 219

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

Shades of Seagull #73B6DB

Tints of Seagull #73B6DB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.27%

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

R = 22.29%
G = 35.27%
B = 42.44%

CMYK

 C value IS 0.47

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#73B6DB (or 0x73B6DB) is known color: Seagull. HEX triplet: 73, B6 and DB. RGB value is (115,182,219). Sum of RGB (Red+Green+Blue) = 115+182+219=516 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.29% from 516); Green value is 182 (71.48% from 255 or 35.27% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #73B6DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73B6DB is #8C4924. Grayscale: #A5A5A5. Windows color (decimal): -9193765 or 14399091. OLE color: 14399091.

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

Color convert

RGB 115 182 219 -
CMYK 0.47 0.17 0 0.14
HSL 201.35º 0.59% 0.65% -
HSV(B) 201.35º 0.47% 0.86% -
XYZ 36.58 42.22 73.24 -
YUV 166.19 157.8 91.49 -
System Red Green Blue C M Y K H S L
Decimal 115 182 219 0.47 0.17 0 0.14 201.35 0.59 0.65
Hex 73 B6 DB 2F 11 0 E C9 3B 41
Octal 163 266 333 57 21 0 16 311 73 101
Binary 1110011 10110110 11011011 101111 10001 0 1110 11001001 111011 1000001

Color Harmonies of #73B6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B6DB

Black with #73B6DB

Text Example


Text Example

White with #73B6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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