#63BCCE

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

Shades of Seagull #63BCCE

Tints of Seagull #63BCCE

Color information

#63BCCE (or 0x63BCCE) is unknown color: approx Seagull. HEX triplet: 63, BC and CE. RGB value is (99,188,206). Sum of RGB (Red+Green+Blue) = 99+188+206=493 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.08% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #63BCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BCCE is #9C4331. Grayscale: #A3A3A3. Windows color (decimal): -10240818 or 13548643. OLE color: 13548643.

HSL color Cylindrical-coordinate representation of color #63BCCE: hue angle of 190.09º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63BCCE is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB99188206-
CMYK0.520.0900.19
HSL190.09º52.2%59.8%-
HSV(B)190.09º51.94%80.78%-
XYZ34.2743.0864.9-
YUV163.44152.0182.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.08%
GREEN value IS 188 (73.83% from 255) = 38.13%
BLUE value IS 206 (80.86% from 255) = 41.78%
R=20.08%
G=38.13%
B=41.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal991882060.520.0900.19190.0952.259.8
Hex63BCCE349013be343c
Octal14327431664110232766474
Binary11000111011110011001110110100100101001110111110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,188,206); }

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

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

 a { background-color: rgb(99,188,206); }

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

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

 span { border-color: rgb(99,188,206); }

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