Html Css Color HEX #73BFCA Seagull

📋 copy color: '#73BFCA'

red 115 ◦ green 191 ◦ blue 202

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

Shades of Seagull #73BFCA

Tints of Seagull #73BFCA

RGB

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

 GREEN value IS 191 (75% from 255) = 37.6%

 BLUE value IS 202 (79.3% from 255) = 39.76%

R = 22.64%
G = 37.6%
B = 39.76%

CMYK

 C value IS 0.43

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#73BFCA (or 0x73BFCA) is known color: Seagull. HEX triplet: 73, BF and CA. RGB value is (115,191,202). Sum of RGB (Red+Green+Blue) = 115+191+202=508 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.64% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #73BFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BFCA is #8C4035. Grayscale: #A9A9A9. Windows color (decimal): -9191478 or 13287283. OLE color: 13287283.

HSL color Cylindrical-coordinate representation of color #73BFCA: hue angle of 187.59º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73BFCA is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 115 191 202 -
CMYK 0.43 0.05 0 0.21
HSL 187.59º 0.45% 0.62% -
HSV(B) 187.59º 0.43% 0.79% -
XYZ 36.36 45.17 62.68 -
YUV 169.53 146.32 89.11 -
System Red Green Blue C M Y K H S L
Decimal 115 191 202 0.43 0.05 0 0.21 187.59 0.45 0.62
Hex 73 BF CA 2B 5 0 15 BC 2D 3E
Octal 163 277 312 53 5 0 25 274 55 76
Binary 1110011 10111111 11001010 101011 101 0 10101 10111100 101101 111110

Color Harmonies of #73BFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BFCA

Black with #73BFCA

Text Example


Text Example

White with #73BFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,191,202); }

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

background-color css

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

 a { background-color: rgb(115,191,202); }

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

border-color css

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

 span { border-color: rgb(115,191,202); }

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