#72BCCE

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

Shades of Seagull #72BCCE

Tints of Seagull #72BCCE

Color information

#72BCCE (or 0x72BCCE) is unknown color: approx Seagull. HEX triplet: 72, BC and CE. RGB value is (114,188,206). Sum of RGB (Red+Green+Blue) = 114+188+206=508 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.44% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #72BCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BCCE is #8D4331. Grayscale: #A7A7A7. Windows color (decimal): -9257778 or 13548658. OLE color: 13548658.

HSL color Cylindrical-coordinate representation of color #72BCCE: hue angle of 191.74º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72BCCE is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB114188206-
CMYK0.450.0900.19
HSL191.74º48.42%62.75%-
HSV(B)191.74º44.66%80.78%-
XYZ36.064464.98-
YUV167.93149.4889.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.44%
GREEN value IS 188 (73.83% from 255) = 37.01%
BLUE value IS 206 (80.86% from 255) = 40.55%
R=22.44%
G=37.01%
B=40.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1141882060.450.0900.19191.7448.4262.75
Hex72BCCE2D9013c0303f
Octal16227431655110233006077
Binary11100101011110011001110101101100101001111000000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,188,206); }

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

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

 a { background-color: rgb(114,188,206); }

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

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

 span { border-color: rgb(114,188,206); }

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