Html Css Color HEX #73BDCB Seagull

📋 copy color: '#73BDCB'

red 115 ◦ green 189 ◦ blue 203

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

Shades of Seagull #73BDCB

Tints of Seagull #73BDCB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.28%

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

R = 22.68%
G = 37.28%
B = 40.04%

CMYK

 C value IS 0.43

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#73BDCB (or 0x73BDCB) is known color: Seagull. HEX triplet: 73, BD and CB. RGB value is (115,189,203). Sum of RGB (Red+Green+Blue) = 115+189+203=507 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.68% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #73BDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BDCB is #8C4234. Grayscale: #A8A8A8. Windows color (decimal): -9191989 or 13352307. OLE color: 13352307.

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

Color convert

RGB 115 189 203 -
CMYK 0.43 0.07 0 0.20
HSL 189.55º 0.46% 0.62% -
HSV(B) 189.55º 0.43% 0.8% -
XYZ 36.05 44.35 63.16 -
YUV 168.47 147.48 89.86 -
System Red Green Blue C M Y K H S L
Decimal 115 189 203 0.43 0.07 0 0.20 189.55 0.46 0.62
Hex 73 BD CB 2B 7 0 14 BE 2E 3E
Octal 163 275 313 53 7 0 24 276 56 76
Binary 1110011 10111101 11001011 101011 111 0 10100 10111110 101110 111110

Color Harmonies of #73BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BDCB

Black with #73BDCB

Text Example


Text Example

White with #73BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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