#72BECA

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

Shades of Seagull #72BECA

Tints of Seagull #72BECA

Color information

#72BECA (or 0x72BECA) is unknown color: approx Seagull. HEX triplet: 72, BE and CA. RGB value is (114,190,202). Sum of RGB (Red+Green+Blue) = 114+190+202=506 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.53% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #72BECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BECA is #8D4135. Grayscale: #A8A8A8. Windows color (decimal): -9257270 or 13287026. OLE color: 13287026.

HSL color Cylindrical-coordinate representation of color #72BECA: hue angle of 188.18º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72BECA is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB114190202-
CMYK0.440.0600.21
HSL188.18º45.36%61.96%-
HSV(B)188.18º43.56%79.22%-
XYZ36.0144.6762.6-
YUV168.64146.8289.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.53%
GREEN value IS 190 (74.61% from 255) = 37.55%
BLUE value IS 202 (79.30% from 255) = 39.92%
R=22.53%
G=37.55%
B=39.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1141902020.440.0600.21188.1845.3661.96
Hex72BECA2C6015bc2d3e
Octal1622763125460252745576
Binary1110010101111101100101010110011001010110111100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,190,202); }

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

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

 a { background-color: rgb(114,190,202); }

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

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

 span { border-color: rgb(114,190,202); }

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