Html Css Color HEX #73BBCF Seagull

📋 copy color: '#73BBCF'

red 115 ◦ green 187 ◦ blue 207

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

Shades of Seagull #73BBCF

Tints of Seagull #73BBCF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.74%

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

R = 22.59%
G = 36.74%
B = 40.67%

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

#73BBCF (or 0x73BBCF) is known color: Seagull. HEX triplet: 73, BB and CF. RGB value is (115,187,207). Sum of RGB (Red+Green+Blue) = 115+187+207=509 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.59% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #73BBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BBCF is #8C4430. Grayscale: #A7A7A7. Windows color (decimal): -9192497 or 13613939. OLE color: 13613939.

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

Color convert

RGB 115 187 207 -
CMYK 0.44 0.10 0 0.19
HSL 193.04º 0.49% 0.63% -
HSV(B) 193.04º 0.44% 0.81% -
XYZ 36.1 43.69 65.56 -
YUV 167.75 150.15 90.37 -
System Red Green Blue C M Y K H S L
Decimal 115 187 207 0.44 0.10 0 0.19 193.04 0.49 0.63
Hex 73 BB CF 2C A 0 13 C1 31 3F
Octal 163 273 317 54 12 0 23 301 61 77
Binary 1110011 10111011 11001111 101100 1010 0 10011 11000001 110001 111111

Color Harmonies of #73BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BBCF

Black with #73BBCF

Text Example


Text Example

White with #73BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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