#72BEC9

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

Shades of Seagull #72BEC9

Tints of Seagull #72BEC9

Color information

#72BEC9 (or 0x72BEC9) is unknown color: approx Seagull. HEX triplet: 72, BE and C9. RGB value is (114,190,201). Sum of RGB (Red+Green+Blue) = 114+190+201=505 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.57% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 201 - color contains mainly: blue. Hex color #72BEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BEC9 is #8D4136. Grayscale: #A8A8A8. Windows color (decimal): -9257271 or 13221490. OLE color: 13221490.

HSL color Cylindrical-coordinate representation of color #72BEC9: 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 #72BEC9 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB114190201-
CMYK0.430.0500.21
HSL187.59º44.62%61.76%-
HSV(B)187.59º43.28%78.82%-
XYZ35.944.6261.98-
YUV168.53146.3289.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.57%
GREEN value IS 190 (74.61% from 255) = 37.62%
BLUE value IS 201 (78.91% from 255) = 39.80%
R=22.57%
G=37.62%
B=39.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1141902010.430.0500.21187.5944.6261.76
Hex72BEC92B5015bc2d3e
Octal1622763115350252745576
Binary1110010101111101100100110101110101010110111100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,190,201); }

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

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

 a { background-color: rgb(114,190,201); }

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

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

 span { border-color: rgb(114,190,201); }

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