Html Css Color HEX #73B6D0 Seagull

📋 copy color: '#73B6D0'

red 115 ◦ green 182 ◦ blue 208

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

Shades of Seagull #73B6D0

Tints of Seagull #73B6D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.19%

R = 22.77%
G = 36.04%
B = 41.19%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#73B6D0 (or 0x73B6D0) is known color: Seagull. HEX triplet: 73, B6 and D0. RGB value is (115,182,208). Sum of RGB (Red+Green+Blue) = 115+182+208=505 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.77% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 208 - color contains mainly: blue. Hex color #73B6D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73B6D0 is #8C492F. Grayscale: #A4A4A4. Windows color (decimal): -9193776 or 13678195. OLE color: 13678195.

HSL color Cylindrical-coordinate representation of color #73B6D0: hue angle of 196.77º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73B6D0 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 115 182 208 -
CMYK 0.45 0.12 0 0.18
HSL 196.77º 0.5% 0.63% -
HSV(B) 196.77º 0.45% 0.82% -
XYZ 35.18 41.65 65.86 -
YUV 164.93 152.3 92.39 -
System Red Green Blue C M Y K H S L
Decimal 115 182 208 0.45 0.12 0 0.18 196.77 0.5 0.63
Hex 73 B6 D0 2D C 0 12 C5 32 3F
Octal 163 266 320 55 14 0 22 305 62 77
Binary 1110011 10110110 11010000 101101 1100 0 10010 11000101 110010 111111

Color Harmonies of #73B6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B6D0

Black with #73B6D0

Text Example


Text Example

White with #73B6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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