Html Css Color HEX #73BCDA Seagull

📋 copy color: '#73BCDA'

red 115 ◦ green 188 ◦ blue 218

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

Shades of Seagull #73BCDA

Tints of Seagull #73BCDA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.08%

 BLUE value IS 218 (85.55% from 255) = 41.84%

R = 22.07%
G = 36.08%
B = 41.84%

CMYK

 C value IS 0.47

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#73BCDA (or 0x73BCDA) is known color: Seagull. HEX triplet: 73, BC and DA. RGB value is (115,188,218). Sum of RGB (Red+Green+Blue) = 115+188+218=521 (69% of max value = 765). Red value is 115 (45.31% from 255 or 22.07% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #73BCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BCDA is #8C4325. Grayscale: #A9A9A9. Windows color (decimal): -9192230 or 14335091. OLE color: 14335091.

HSL color Cylindrical-coordinate representation of color #73BCDA: hue angle of 197.48º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73BCDA is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 188 218 -
CMYK 0.47 0.14 0 0.15
HSL 197.48º 0.58% 0.65% -
HSV(B) 197.48º 0.47% 0.85% -
XYZ 37.71 44.67 72.97 -
YUV 169.59 155.32 89.06 -
System Red Green Blue C M Y K H S L
Decimal 115 188 218 0.47 0.14 0 0.15 197.48 0.58 0.65
Hex 73 BC DA 2F E 0 F C5 3A 41
Octal 163 274 332 57 16 0 17 305 72 101
Binary 1110011 10111100 11011010 101111 1110 0 1111 11000101 111010 1000001

Color Harmonies of #73BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BCDA

Black with #73BCDA

Text Example


Text Example

White with #73BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,188,218); }

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

background-color css

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

 a { background-color: rgb(115,188,218); }

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

border-color css

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

 span { border-color: rgb(115,188,218); }

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