Html Css Color HEX #73B2CD Seagull

📋 copy color: '#73B2CD'

red 115 ◦ green 178 ◦ blue 205

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

Shades of Seagull #73B2CD

Tints of Seagull #73B2CD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.74%

 BLUE value IS 205 (80.47% from 255) = 41.16%

R = 23.09%
G = 35.74%
B = 41.16%

CMYK

 C value IS 0.44

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#73B2CD (or 0x73B2CD) is known color: Seagull. HEX triplet: 73, B2 and CD. RGB value is (115,178,205). Sum of RGB (Red+Green+Blue) = 115+178+205=498 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.09% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #73B2CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73B2CD is #8C4D32. Grayscale: #A2A2A2. Windows color (decimal): -9194803 or 13480563. OLE color: 13480563.

HSL color Cylindrical-coordinate representation of color #73B2CD: hue angle of 198º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73B2CD is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 178 205 -
CMYK 0.44 0.13 0 0.20
HSL 198º 0.47% 0.63% -
HSV(B) 198º 0.44% 0.8% -
XYZ 34.01 39.89 63.67 -
YUV 162.24 152.13 94.3 -
System Red Green Blue C M Y K H S L
Decimal 115 178 205 0.44 0.13 0 0.20 198 0.47 0.63
Hex 73 B2 CD 2C D 0 14 C6 2F 3F
Octal 163 262 315 54 15 0 24 306 57 77
Binary 1110011 10110010 11001101 101100 1101 0 10100 11000110 101111 111111

Color Harmonies of #73B2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B2CD

Black with #73B2CD

Text Example


Text Example

White with #73B2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,178,205); }

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

background-color css

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

 a { background-color: rgb(115,178,205); }

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

border-color css

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

 span { border-color: rgb(115,178,205); }

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