#63BECA

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

Shades of Seagull #63BECA

Tints of Seagull #63BECA

Color information

#63BECA (or 0x63BECA) is unknown color: approx Seagull. HEX triplet: 63, BE and CA. RGB value is (99,190,202). Sum of RGB (Red+Green+Blue) = 99+190+202=491 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.16% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #63BECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BECA is #9C4135. Grayscale: #A4A4A4. Windows color (decimal): -10240310 or 13287011. OLE color: 13287011.

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

Color convert

RGB99190202-
CMYK0.510.0600.21
HSL186.99º49.28%59.02%-
HSV(B)186.99º50.99%79.22%-
XYZ34.2243.7462.52-
YUV164.16149.3581.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.16%
GREEN value IS 190 (74.61% from 255) = 38.70%
BLUE value IS 202 (79.30% from 255) = 41.14%
R=20.16%
G=38.70%
B=41.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal991902020.510.0600.21186.9949.2859.02
Hex63BECA336015bb313b
Octal1432763126360252736173
Binary1100011101111101100101011001111001010110111011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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