#63B0CC

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

Shades of Seagull #63B0CC

Tints of Seagull #63B0CC

Color information

#63B0CC (or 0x63B0CC) is unknown color: approx Seagull. HEX triplet: 63, B0 and CC. RGB value is (99,176,204). Sum of RGB (Red+Green+Blue) = 99+176+204=479 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.67% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #63B0CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63B0CC is #9C4F33. Grayscale: #9B9B9B. Windows color (decimal): -10243892 or 13414499. OLE color: 13414499.

HSL color Cylindrical-coordinate representation of color #63B0CC: hue angle of 196º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63B0CC is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB99176204-
CMYK0.510.1400.2
HSL196º50.72%59.41%-
HSV(B)196º51.47%80%-
XYZ31.5738.0662.81-
YUV156.17154.9987.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.67%
GREEN value IS 176 (69.14% from 255) = 36.74%
BLUE value IS 204 (80.08% from 255) = 42.59%
R=20.67%
G=36.74%
B=42.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal991762040.510.1400.219650.7259.41
Hex63B0CC33E014c4333b
Octal14326031463160243046373
Binary11000111011000011001100110011111001010011000100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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