Html Css Color HEX #73AFCB Seagull

📋 copy color: '#73AFCB'

red 115 ◦ green 175 ◦ blue 203

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

Shades of Seagull #73AFCB

Tints of Seagull #73AFCB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.5%

 BLUE value IS 203 (79.69% from 255) = 41.18%

R = 23.33%
G = 35.5%
B = 41.18%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#73AFCB (or 0x73AFCB) is known color: Seagull. HEX triplet: 73, AF and CB. RGB value is (115,175,203). Sum of RGB (Red+Green+Blue) = 115+175+203=493 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.33% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #73AFCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AFCB is #8C5034. Grayscale: #A0A0A0. Windows color (decimal): -9195573 or 13348723. OLE color: 13348723.

HSL color Cylindrical-coordinate representation of color #73AFCB: hue angle of 199.09º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73AFCB is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 175 203 -
CMYK 0.43 0.14 0 0.20
HSL 199.09º 0.46% 0.62% -
HSV(B) 199.09º 0.43% 0.8% -
XYZ 33.18 38.62 62.2 -
YUV 160.25 152.12 95.72 -
System Red Green Blue C M Y K H S L
Decimal 115 175 203 0.43 0.14 0 0.20 199.09 0.46 0.62
Hex 73 AF CB 2B E 0 14 C7 2E 3E
Octal 163 257 313 53 16 0 24 307 56 76
Binary 1110011 10101111 11001011 101011 1110 0 10100 11000111 101110 111110

Color Harmonies of #73AFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AFCB

Black with #73AFCB

Text Example


Text Example

White with #73AFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,175,203); }

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

background-color css

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

 a { background-color: rgb(115,175,203); }

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

border-color css

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

 span { border-color: rgb(115,175,203); }

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