#72B9CD

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

Shades of Seagull #72B9CD

Tints of Seagull #72B9CD

Color information

#72B9CD (or 0x72B9CD) is unknown color: approx Seagull. HEX triplet: 72, B9 and CD. RGB value is (114,185,205). Sum of RGB (Red+Green+Blue) = 114+185+205=504 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.62% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #72B9CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B9CD is #8D4632. Grayscale: #A5A5A5. Windows color (decimal): -9258547 or 13482354. OLE color: 13482354.

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

Color convert

RGB114185205-
CMYK0.440.1000.20
HSL193.19º47.64%62.55%-
HSV(B)193.19º44.39%80.39%-
XYZ35.3142.6864.14-
YUV166.05149.9890.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.62%
GREEN value IS 185 (72.66% from 255) = 36.71%
BLUE value IS 205 (80.47% from 255) = 40.67%
R=22.62%
G=36.71%
B=40.67%

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
Decimal1141852050.440.1000.20193.1947.6462.55
Hex72B9CD2CA014c1303f
Octal16227131554120243016077
Binary11100101011100111001101101100101001010011000001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,185,205); }

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

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

 a { background-color: rgb(114,185,205); }

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

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

 span { border-color: rgb(114,185,205); }

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