#63B0CD

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

Shades of Seagull #63B0CD

Tints of Seagull #63B0CD

Color information

#63B0CD (or 0x63B0CD) is unknown color: approx Seagull. HEX triplet: 63, B0 and CD. RGB value is (99,176,205). Sum of RGB (Red+Green+Blue) = 99+176+205=480 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.62% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #63B0CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63B0CD is #9C4F32. Grayscale: #9C9C9C. Windows color (decimal): -10243891 or 13480035. OLE color: 13480035.

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

Color convert

RGB99176205-
CMYK0.520.1400.20
HSL196.42º51.46%59.61%-
HSV(B)196.42º51.71%80.39%-
XYZ31.6938.1163.44-
YUV156.28155.4987.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.62%
GREEN value IS 176 (69.14% from 255) = 36.67%
BLUE value IS 205 (80.47% from 255) = 42.71%
R=20.62%
G=36.67%
B=42.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal991762050.520.1400.20196.4251.4659.61
Hex63B0CD34E014c4333c
Octal14326031564160243046374
Binary11000111011000011001101110100111001010011000100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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