#63B6CB

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

Shades of Seagull #63B6CB

Tints of Seagull #63B6CB

Color information

#63B6CB (or 0x63B6CB) is unknown color: approx Seagull. HEX triplet: 63, B6 and CB. RGB value is (99,182,203). Sum of RGB (Red+Green+Blue) = 99+182+203=484 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.45% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #63B6CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63B6CB is #9C4934. Grayscale: #9F9F9F. Windows color (decimal): -10242357 or 13350499. OLE color: 13350499.

HSL color Cylindrical-coordinate representation of color #63B6CB: hue angle of 192.12º degrees, saturation: 0.5, 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 #63B6CB is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB99182203-
CMYK0.510.1000.20
HSL192.12º50%59.22%-
HSV(B)192.12º51.23%79.61%-
XYZ32.6540.4262.58-
YUV159.58152.584.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.45%
GREEN value IS 182 (71.48% from 255) = 37.60%
BLUE value IS 203 (79.69% from 255) = 41.94%
R=20.45%
G=37.60%
B=41.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal991822030.510.1000.20192.125059.22
Hex63B6CB33A014c0323b
Octal14326631363120243006273
Binary11000111011011011001011110011101001010011000000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,182,203); }

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

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

 a { background-color: rgb(99,182,203); }

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

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

 span { border-color: rgb(99,182,203); }

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