#63c2cd

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

Shades of Seagull #63C2CD

Tints of Seagull #63C2CD

Color information

#63C2CD (or 0x63C2CD) is unknown color: approx Seagull. HEX triplet: 63, C2 and CD. RGB value is (99,194,205). Sum of RGB (Red+Green+Blue) = 99+194+205=498 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.88% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #63C2CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C2CD is #9C3D32. Grayscale: #A6A6A6. Windows color (decimal): -10239283 or 13484643. OLE color: 13484643.

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

Color convert

RGB99194205-
CMYK0.520.0500.20
HSL186.23º51.46%59.61%-
HSV(B)186.23º51.71%80.39%-
XYZ35.4645.6464.7-
YUV166.85149.5379.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.88%
GREEN value IS 194 (76.17% from 255) = 38.96%
BLUE value IS 205 (80.47% from 255) = 41.16%
R=19.88%
G=38.96%
B=41.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal991942050.520.0500.20186.2351.4659.61
Hex63C2CD345014ba333c
Octal1433023156450242726374
Binary1100011110000101100110111010010101010010111010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63c2cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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