#63C3D0

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

Shades of Seagull #63C3D0

Tints of Seagull #63C3D0

Color information

#63C3D0 (or 0x63C3D0) is unknown color: approx Seagull. HEX triplet: 63, C3 and D0. RGB value is (99,195,208). Sum of RGB (Red+Green+Blue) = 99+195+208=502 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.72% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #63C3D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C3D0 is #9C3C2F. Grayscale: #A7A7A7. Windows color (decimal): -10239024 or 13681507. OLE color: 13681507.

HSL color Cylindrical-coordinate representation of color #63C3D0: hue angle of 187.16º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63C3D0 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB99195208-
CMYK0.520.0600.18
HSL187.16º53.69%60.2%-
HSV(B)187.16º52.4%81.57%-
XYZ36.0546.2466.7-
YUV167.78150.778.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.72%
GREEN value IS 195 (76.56% from 255) = 38.84%
BLUE value IS 208 (81.64% from 255) = 41.43%
R=19.72%
G=38.84%
B=41.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal991952080.520.0600.18187.1653.6960.2
Hex63C3D0346012bb363c
Octal1433033206460222736674
Binary1100011110000111101000011010011001001010111011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63C3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,195,208); }

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

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

 a { background-color: rgb(99,195,208); }

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

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

 span { border-color: rgb(99,195,208); }

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