#72b6cb

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

Shades of Seagull #72B6CB

Tints of Seagull #72B6CB

Color information

#72B6CB (or 0x72B6CB) is unknown color: approx Seagull. HEX triplet: 72, B6 and CB. RGB value is (114,182,203). Sum of RGB (Red+Green+Blue) = 114+182+203=499 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.85% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #72B6CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B6CB is #8D4934. Grayscale: #A3A3A3. Windows color (decimal): -9259317 or 13350514. OLE color: 13350514.

HSL color Cylindrical-coordinate representation of color #72B6CB: hue angle of 194.16º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72B6CB is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB114182203-
CMYK0.440.1000.20
HSL194.16º46.11%62.16%-
HSV(B)194.16º43.84%79.61%-
XYZ34.4541.3562.66-
YUV164.06149.9792.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.85%
GREEN value IS 182 (71.48% from 255) = 36.47%
BLUE value IS 203 (79.69% from 255) = 40.68%
R=22.85%
G=36.47%
B=40.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1141822030.440.1000.20194.1646.1162.16
Hex72B6CB2CA014c22e3e
Octal16226631354120243025676
Binary11100101011011011001011101100101001010011000010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72b6cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,182,203); }

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

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

 a { background-color: rgb(114,182,203); }

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

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

 span { border-color: rgb(114,182,203); }

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