Html Css Color HEX #73B4D7 Seagull

📋 copy color: '#73B4D7'

red 115 ◦ green 180 ◦ blue 215

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

Shades of Seagull #73B4D7

Tints of Seagull #73B4D7

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.29%

 BLUE value IS 215 (84.38% from 255) = 42.16%

R = 22.55%
G = 35.29%
B = 42.16%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#73B4D7 (or 0x73B4D7) is known color: Seagull. HEX triplet: 73, B4 and D7. RGB value is (115,180,215). Sum of RGB (Red+Green+Blue) = 115+180+215=510 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.55% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: blue. Hex color #73B4D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73B4D7 is #8C4B28. Grayscale: #A4A4A4. Windows color (decimal): -9194281 or 14136435. OLE color: 14136435.

HSL color Cylindrical-coordinate representation of color #73B4D7: hue angle of 201º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73B4D7 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 180 215 -
CMYK 0.47 0.16 0 0.16
HSL 201º 0.56% 0.65% -
HSV(B) 201º 0.47% 0.84% -
XYZ 35.66 41.19 70.36 -
YUV 164.56 156.47 92.65 -
System Red Green Blue C M Y K H S L
Decimal 115 180 215 0.47 0.16 0 0.16 201 0.56 0.65
Hex 73 B4 D7 2F 10 0 10 C9 38 41
Octal 163 264 327 57 20 0 20 311 70 101
Binary 1110011 10110100 11010111 101111 10000 0 10000 11001001 111000 1000001

Color Harmonies of #73B4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B4D7

Black with #73B4D7

Text Example


Text Example

White with #73B4D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,180,215); }

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

background-color css

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

 a { background-color: rgb(115,180,215); }

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

border-color css

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

 span { border-color: rgb(115,180,215); }

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