#63B6CE

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

Shades of Seagull #63B6CE

Tints of Seagull #63B6CE

Color information

#63B6CE (or 0x63B6CE) is unknown color: approx Seagull. HEX triplet: 63, B6 and CE. RGB value is (99,182,206). Sum of RGB (Red+Green+Blue) = 99+182+206=487 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.33% from 487); Green value is 182 (71.48% from 255 or 37.37% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #63B6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63B6CE is #9C4931. Grayscale: #9F9F9F. Windows color (decimal): -10242354 or 13547107. OLE color: 13547107.

HSL color Cylindrical-coordinate representation of color #63B6CE: hue angle of 193.46º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63B6CE is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB99182206-
CMYK0.520.1200.19
HSL193.46º52.2%59.8%-
HSV(B)193.46º51.94%80.78%-
XYZ33.0140.5664.48-
YUV159.9215484.55-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.33%
GREEN value IS 182 (71.48% from 255) = 37.37%
BLUE value IS 206 (80.86% from 255) = 42.30%
R=20.33%
G=37.37%
B=42.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal991822060.520.1200.19193.4652.259.8
Hex63B6CE34C013c1343c
Octal14326631664140233016474
Binary11000111011011011001110110100110001001111000001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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