#63C3F0

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

Shades of Malibu #63C3F0

Tints of Malibu #63C3F0

Color information

#63C3F0 (or 0x63C3F0) is unknown color: approx Malibu. HEX triplet: 63, C3 and F0. RGB value is (99,195,240). Sum of RGB (Red+Green+Blue) = 99+195+240=534 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.54% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 240 (94.14% from 255 or 44.94% from 534); Max value from RGB is 240 - color contains mainly: blue. Hex color #63C3F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63C3F0 is #9C3C0F. Grayscale: #ABABAB. Windows color (decimal): -10238992 or 15778659. OLE color: 15778659.

HSL color Cylindrical-coordinate representation of color #63C3F0: hue angle of 199.15º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63C3F0 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB99195240-
CMYK0.590.1900.06
HSL199.15º82.46%66.47%-
HSV(B)199.15º58.75%94.12%-
XYZ40.3947.9789.57-
YUV171.43166.776.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.54%
GREEN value IS 195 (76.56% from 255) = 36.52%
BLUE value IS 240 (94.14% from 255) = 44.94%
R=18.54%
G=36.52%
B=44.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal991952400.590.1900.06199.1582.4666.47
Hex63C3F03B1306c75242
Octal143303360732306307122102
Binary110001111000011111100001110111001101101100011110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63C3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,195,240); }

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

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

 a { background-color: rgb(99,195,240); }

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

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

 span { border-color: rgb(99,195,240); }

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