Html Css Color HEX #73B8DA Seagull

📋 copy color: '#73B8DA'

red 115 ◦ green 184 ◦ blue 218

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

Shades of Seagull #73B8DA

Tints of Seagull #73B8DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.17%

R = 22.24%
G = 35.59%
B = 42.17%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#73B8DA (or 0x73B8DA) is known color: Seagull. HEX triplet: 73, B8 and DA. RGB value is (115,184,218). Sum of RGB (Red+Green+Blue) = 115+184+218=517 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.24% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #73B8DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73B8DA is #8C4725. Grayscale: #A7A7A7. Windows color (decimal): -9193254 or 14334067. OLE color: 14334067.

HSL color Cylindrical-coordinate representation of color #73B8DA: hue angle of 199.81º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73B8DA is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 184 218 -
CMYK 0.47 0.16 0 0.15
HSL 199.81º 0.58% 0.65% -
HSV(B) 199.81º 0.47% 0.85% -
XYZ 36.87 42.99 72.68 -
YUV 167.25 156.64 90.74 -
System Red Green Blue C M Y K H S L
Decimal 115 184 218 0.47 0.16 0 0.15 199.81 0.58 0.65
Hex 73 B8 DA 2F 10 0 F C8 3A 41
Octal 163 270 332 57 20 0 17 310 72 101
Binary 1110011 10111000 11011010 101111 10000 0 1111 11001000 111010 1000001

Color Harmonies of #73B8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B8DA

Black with #73B8DA

Text Example


Text Example

White with #73B8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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