Html Css Color HEX #73B8D1 Seagull

📋 copy color: '#73B8D1'

red 115 ◦ green 184 ◦ blue 209

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

Shades of Seagull #73B8D1

Tints of Seagull #73B8D1

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.22%

 BLUE value IS 209 (82.03% from 255) = 41.14%

R = 22.64%
G = 36.22%
B = 41.14%

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

#73B8D1 (or 0x73B8D1) is known color: Seagull. HEX triplet: 73, B8 and D1. RGB value is (115,184,209). Sum of RGB (Red+Green+Blue) = 115+184+209=508 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.64% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 209 - color contains mainly: blue. Hex color #73B8D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73B8D1 is #8C472E. Grayscale: #A6A6A6. Windows color (decimal): -9193263 or 13744243. OLE color: 13744243.

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

Color convert

RGB 115 184 209 -
CMYK 0.45 0.12 0 0.18
HSL 195.96º 0.51% 0.64% -
HSV(B) 195.96º 0.45% 0.82% -
XYZ 35.72 42.53 66.65 -
YUV 166.22 152.14 91.47 -
System Red Green Blue C M Y K H S L
Decimal 115 184 209 0.45 0.12 0 0.18 195.96 0.51 0.64
Hex 73 B8 D1 2D C 0 12 C4 33 40
Octal 163 270 321 55 14 0 22 304 63 100
Binary 1110011 10111000 11010001 101101 1100 0 10010 11000100 110011 1000000

Color Harmonies of #73B8D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B8D1

Black with #73B8D1

Text Example


Text Example

White with #73B8D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,184,209); }

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

background-color css

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

 a { background-color: rgb(115,184,209); }

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

border-color css

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

 span { border-color: rgb(115,184,209); }

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