#63BACD

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

Shades of Seagull #63BACD

Tints of Seagull #63BACD

Color information

#63BACD (or 0x63BACD) is unknown color: approx Seagull. HEX triplet: 63, BA and CD. RGB value is (99,186,205). Sum of RGB (Red+Green+Blue) = 99+186+205=490 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.20% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #63BACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BACD is #9C4532. Grayscale: #A1A1A1. Windows color (decimal): -10241331 or 13482595. OLE color: 13482595.

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

Color convert

RGB99186205-
CMYK0.520.0900.20
HSL190.75º51.46%59.61%-
HSV(B)190.75º51.71%80.39%-
XYZ33.7242.1864.12-
YUV162.15152.1882.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.20%
GREEN value IS 186 (73.05% from 255) = 37.96%
BLUE value IS 205 (80.47% from 255) = 41.84%
R=20.20%
G=37.96%
B=41.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal991862050.520.0900.20190.7551.4659.61
Hex63BACD349014bf333c
Octal14327231564110242776374
Binary11000111011101011001101110100100101010010111111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,186,205); }

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

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

 a { background-color: rgb(99,186,205); }

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

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

 span { border-color: rgb(99,186,205); }

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