#63BACE

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

Shades of Seagull #63BACE

Tints of Seagull #63BACE

Color information

#63BACE (or 0x63BACE) is unknown color: approx Seagull. HEX triplet: 63, BA and CE. RGB value is (99,186,206). Sum of RGB (Red+Green+Blue) = 99+186+206=491 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.16% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #63BACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BACE is #9C4531. Grayscale: #A2A2A2. Windows color (decimal): -10241330 or 13548131. OLE color: 13548131.

HSL color Cylindrical-coordinate representation of color #63BACE: hue angle of 191.21º 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 #63BACE is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB99186206-
CMYK0.520.1000.19
HSL191.21º52.2%59.8%-
HSV(B)191.21º51.94%80.78%-
XYZ33.8542.2364.76-
YUV162.27152.6882.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.16%
GREEN value IS 186 (73.05% from 255) = 37.88%
BLUE value IS 206 (80.86% from 255) = 41.96%
R=20.16%
G=37.88%
B=41.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal991862060.520.1000.19191.2152.259.8
Hex63BACE34A013bf343c
Octal14327231664120232776474
Binary11000111011101011001110110100101001001110111111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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