#63BECB

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

Shades of Seagull #63BECB

Tints of Seagull #63BECB

Color information

#63BECB (or 0x63BECB) is unknown color: approx Seagull. HEX triplet: 63, BE and CB. RGB value is (99,190,203). Sum of RGB (Red+Green+Blue) = 99+190+203=492 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.12% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #63BECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BECB is #9C4134. Grayscale: #A4A4A4. Windows color (decimal): -10240309 or 13352547. OLE color: 13352547.

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

Color convert

RGB99190203-
CMYK0.510.0600.20
HSL187.5º50%59.22%-
HSV(B)187.5º51.23%79.61%-
XYZ34.3443.7963.14-
YUV164.27149.8581.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.12%
GREEN value IS 190 (74.61% from 255) = 38.62%
BLUE value IS 203 (79.69% from 255) = 41.26%
R=20.12%
G=38.62%
B=41.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal991902030.510.0600.20187.55059.22
Hex63BECB336014bc323b
Octal1432763136360242746273
Binary1100011101111101100101111001111001010010111100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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