#63B7CB

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

Shades of Seagull #63B7CB

Tints of Seagull #63B7CB

Color information

#63B7CB (or 0x63B7CB) is unknown color: approx Seagull. HEX triplet: 63, B7 and CB. RGB value is (99,183,203). Sum of RGB (Red+Green+Blue) = 99+183+203=485 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.41% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #63B7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63B7CB is #9C4834. Grayscale: #A0A0A0. Windows color (decimal): -10242101 or 13350755. OLE color: 13350755.

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

Color convert

RGB99183203-
CMYK0.510.1000.20
HSL191.54º50%59.22%-
HSV(B)191.54º51.23%79.61%-
XYZ32.8640.8362.65-
YUV160.16152.1784.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.41%
GREEN value IS 183 (71.88% from 255) = 37.73%
BLUE value IS 203 (79.69% from 255) = 41.86%
R=20.41%
G=37.73%
B=41.86%

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
Decimal991832030.510.1000.20191.545059.22
Hex63B7CB33A014c0323b
Octal14326731363120243006273
Binary11000111011011111001011110011101001010011000000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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