#63BCD0

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

Shades of Seagull #63BCD0

Tints of Seagull #63BCD0

Color information

#63BCD0 (or 0x63BCD0) is unknown color: approx Seagull. HEX triplet: 63, BC and D0. RGB value is (99,188,208). Sum of RGB (Red+Green+Blue) = 99+188+208=495 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #63BCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BCD0 is #9C432F. Grayscale: #A3A3A3. Windows color (decimal): -10240816 or 13679715. OLE color: 13679715.

HSL color Cylindrical-coordinate representation of color #63BCD0: hue angle of 191.01º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63BCD0 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB99188208-
CMYK0.520.1000.18
HSL191.01º53.69%60.2%-
HSV(B)191.01º52.4%81.57%-
XYZ34.5143.1766.19-
YUV163.67153.0181.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20%
GREEN value IS 188 (73.83% from 255) = 37.98%
BLUE value IS 208 (81.64% from 255) = 42.02%
R=20%
G=37.98%
B=42.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal991882080.520.1000.18191.0153.6960.2
Hex63BCD034A012bf363c
Octal14327432064120222776674
Binary11000111011110011010000110100101001001010111111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,188,208); }

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

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

 a { background-color: rgb(99,188,208); }

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

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

 span { border-color: rgb(99,188,208); }

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