Html Css Color HEX #73B6CA Seagull

📋 copy color: '#73B6CA'

red 115 ◦ green 182 ◦ blue 202

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

Shades of Seagull #73B6CA

Tints of Seagull #73B6CA

RGB

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

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

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

R = 23.05%
G = 36.47%
B = 40.48%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#73B6CA (or 0x73B6CA) is known color: Seagull. HEX triplet: 73, B6 and CA. RGB value is (115,182,202). Sum of RGB (Red+Green+Blue) = 115+182+202=499 (66% of max value = 765). Red value is 115 (45.31% from 255 or 23.05% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #73B6CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73B6CA is #8C4935. Grayscale: #A4A4A4. Windows color (decimal): -9193782 or 13284979. OLE color: 13284979.

HSL color Cylindrical-coordinate representation of color #73B6CA: hue angle of 193.79º 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 #73B6CA is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 115 182 202 -
CMYK 0.43 0.10 0 0.21
HSL 193.79º 0.45% 0.62% -
HSV(B) 193.79º 0.43% 0.79% -
XYZ 34.46 41.37 62.05 -
YUV 164.25 149.3 92.87 -
System Red Green Blue C M Y K H S L
Decimal 115 182 202 0.43 0.10 0 0.21 193.79 0.45 0.62
Hex 73 B6 CA 2B A 0 15 C2 2D 3E
Octal 163 266 312 53 12 0 25 302 55 76
Binary 1110011 10110110 11001010 101011 1010 0 10101 11000010 101101 111110

Color Harmonies of #73B6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B6CA

Black with #73B6CA

Text Example


Text Example

White with #73B6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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