Html Css Color HEX #73B1CA Seagull

📋 copy color: '#73B1CA'

red 115 ◦ green 177 ◦ blue 202

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

Shades of Seagull #73B1CA

Tints of Seagull #73B1CA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.83%

 BLUE value IS 202 (79.3% from 255) = 40.89%

R = 23.28%
G = 35.83%
B = 40.89%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#73B1CA (or 0x73B1CA) is known color: Seagull. HEX triplet: 73, B1 and CA. RGB value is (115,177,202). Sum of RGB (Red+Green+Blue) = 115+177+202=494 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.28% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #73B1CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73B1CA is #8C4E35. Grayscale: #A1A1A1. Windows color (decimal): -9195062 or 13283699. OLE color: 13283699.

HSL color Cylindrical-coordinate representation of color #73B1CA: hue angle of 197.24º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73B1CA is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 115 177 202 -
CMYK 0.43 0.12 0 0.21
HSL 197.24º 0.45% 0.62% -
HSV(B) 197.24º 0.43% 0.79% -
XYZ 33.45 39.35 61.71 -
YUV 161.31 150.96 94.97 -
System Red Green Blue C M Y K H S L
Decimal 115 177 202 0.43 0.12 0 0.21 197.24 0.45 0.62
Hex 73 B1 CA 2B C 0 15 C5 2D 3E
Octal 163 261 312 53 14 0 25 305 55 76
Binary 1110011 10110001 11001010 101011 1100 0 10101 11000101 101101 111110

Color Harmonies of #73B1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B1CA

Black with #73B1CA

Text Example


Text Example

White with #73B1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,177,202); }

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

background-color css

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

 a { background-color: rgb(115,177,202); }

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

border-color css

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

 span { border-color: rgb(115,177,202); }

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