#72BDD0

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

Shades of Seagull #72BDD0

Tints of Seagull #72BDD0

Color information

#72BDD0 (or 0x72BDD0) is unknown color: approx Seagull. HEX triplet: 72, BD and D0. RGB value is (114,189,208). Sum of RGB (Red+Green+Blue) = 114+189+208=511 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.31% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 208 - color contains mainly: blue. Hex color #72BDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BDD0 is #8D422F. Grayscale: #A8A8A8. Windows color (decimal): -9257520 or 13679986. OLE color: 13679986.

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

Color convert

RGB114189208-
CMYK0.450.0900.18
HSL192.13º50%63.14%-
HSV(B)192.13º45.19%81.57%-
XYZ36.5244.5366.34-
YUV168.74150.1588.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.31%
GREEN value IS 189 (74.22% from 255) = 36.99%
BLUE value IS 208 (81.64% from 255) = 40.70%
R=22.31%
G=36.99%
B=40.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1141892080.450.0900.18192.135063.14
Hex72BDD02D9012c0323f
Octal16227532055110223006277
Binary11100101011110111010000101101100101001011000000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,189,208); }

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

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

 a { background-color: rgb(114,189,208); }

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

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

 span { border-color: rgb(114,189,208); }

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