Html Css Color HEX #73BDCF Seagull

📋 copy color: '#73BDCF'

red 115 ◦ green 189 ◦ blue 207

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

Shades of Seagull #73BDCF

Tints of Seagull #73BDCF

RGB

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

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

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

R = 22.5%
G = 36.99%
B = 40.51%

CMYK

 C value IS 0.44

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#73BDCF (or 0x73BDCF) is known color: Seagull. HEX triplet: 73, BD and CF. RGB value is (115,189,207). Sum of RGB (Red+Green+Blue) = 115+189+207=511 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.50% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #73BDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BDCF is #8C4230. Grayscale: #A8A8A8. Windows color (decimal): -9191985 or 13614451. OLE color: 13614451.

HSL color Cylindrical-coordinate representation of color #73BDCF: hue angle of 191.74º 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 #73BDCF is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 189 207 -
CMYK 0.44 0.09 0 0.19
HSL 191.74º 0.49% 0.63% -
HSV(B) 191.74º 0.44% 0.81% -
XYZ 36.53 44.55 65.7 -
YUV 168.93 149.48 89.54 -
System Red Green Blue C M Y K H S L
Decimal 115 189 207 0.44 0.09 0 0.19 191.74 0.49 0.63
Hex 73 BD CF 2C 9 0 13 C0 31 3F
Octal 163 275 317 54 11 0 23 300 61 77
Binary 1110011 10111101 11001111 101100 1001 0 10011 11000000 110001 111111

Color Harmonies of #73BDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BDCF

Black with #73BDCF

Text Example


Text Example

White with #73BDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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