Html Css Color HEX #73BACF Seagull

📋 copy color: '#73BACF'

red 115 ◦ green 186 ◦ blue 207

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

Shades of Seagull #73BACF

Tints of Seagull #73BACF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.61%

 BLUE value IS 207 (81.25% from 255) = 40.75%

R = 22.64%
G = 36.61%
B = 40.75%

CMYK

 C value IS 0.44

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#73BACF (or 0x73BACF) is known color: Seagull. HEX triplet: 73, BA and CF. RGB value is (115,186,207). Sum of RGB (Red+Green+Blue) = 115+186+207=508 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.64% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #73BACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BACF is #8C4530. Grayscale: #A7A7A7. Windows color (decimal): -9192753 or 13613683. OLE color: 13613683.

HSL color Cylindrical-coordinate representation of color #73BACF: hue angle of 193.7º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73BACF is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 186 207 -
CMYK 0.44 0.10 0 0.19
HSL 193.7º 0.49% 0.63% -
HSV(B) 193.7º 0.44% 0.81% -
XYZ 35.89 43.27 65.49 -
YUV 167.17 150.48 90.79 -
System Red Green Blue C M Y K H S L
Decimal 115 186 207 0.44 0.10 0 0.19 193.7 0.49 0.63
Hex 73 BA CF 2C A 0 13 C2 31 3F
Octal 163 272 317 54 12 0 23 302 61 77
Binary 1110011 10111010 11001111 101100 1010 0 10011 11000010 110001 111111

Color Harmonies of #73BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BACF

Black with #73BACF

Text Example


Text Example

White with #73BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,186,207); }

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

background-color css

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

 a { background-color: rgb(115,186,207); }

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

border-color css

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

 span { border-color: rgb(115,186,207); }

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