#72BFCA

Color #72BFCA Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #72BFCA

Tints of Seagull #72BFCA

Color information

#72BFCA (or 0x72BFCA) is unknown color: approx Seagull. HEX triplet: 72, BF and CA. RGB value is (114,191,202). Sum of RGB (Red+Green+Blue) = 114+191+202=507 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.49% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #72BFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BFCA is #8D4035. Grayscale: #A9A9A9. Windows color (decimal): -9257014 or 13287282. OLE color: 13287282.

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

Color convert

RGB114191202-
CMYK0.440.0500.21
HSL187.5º45.36%61.96%-
HSV(B)187.5º43.56%79.22%-
XYZ36.2345.162.67-
YUV169.23146.4988.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.49%
GREEN value IS 191 (75% from 255) = 37.67%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=22.49%
G=37.67%
B=39.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1141912020.440.0500.21187.545.3661.96
Hex72BFCA2C5015bc2d3e
Octal1622773125450252745576
Binary1110010101111111100101010110010101010110111100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #72BFCA;
 }
 .AnyTagClassName
 {
   color: #72BFCA;
 }
</style>
background-color css

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

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

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

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

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

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