#72AFC8

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

Shades of Seagull #72AFC8

Tints of Seagull #72AFC8

Color information

#72AFC8 (or 0x72AFC8) is unknown color: approx Seagull. HEX triplet: 72, AF and C8. RGB value is (114,175,200). Sum of RGB (Red+Green+Blue) = 114+175+200=489 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.31% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 200 (78.52% from 255 or 40.90% from 489); Max value from RGB is 200 - color contains mainly: blue. Hex color #72AFC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AFC8 is #8D5037. Grayscale: #9F9F9F. Windows color (decimal): -9261112 or 13152114. OLE color: 13152114.

HSL color Cylindrical-coordinate representation of color #72AFC8: hue angle of 197.44º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72AFC8 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB114175200-
CMYK0.430.1200.22
HSL197.44º43.88%61.57%-
HSV(B)197.44º43%78.43%-
XYZ32.6938.4160.33-
YUV159.61150.7995.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.31%
GREEN value IS 175 (68.75% from 255) = 35.79%
BLUE value IS 200 (78.52% from 255) = 40.90%
R=23.31%
G=35.79%
B=40.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1141752000.430.1200.22197.4443.8861.57
Hex72AFC82BC016c52c3e
Octal16225731053140263055476
Binary11100101010111111001000101011110001011011000101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,175,200); }

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

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

 a { background-color: rgb(114,175,200); }

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

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

 span { border-color: rgb(114,175,200); }

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