#63C5F0

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

Shades of Malibu #63C5F0

Tints of Malibu #63C5F0

Color information

#63C5F0 (or 0x63C5F0) is unknown color: approx Malibu. HEX triplet: 63, C5 and F0. RGB value is (99,197,240). Sum of RGB (Red+Green+Blue) = 99+197+240=536 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.47% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 240 - color contains mainly: blue. Hex color #63C5F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63C5F0 is #9C3A0F. Grayscale: #ACACAC. Windows color (decimal): -10238480 or 15779171. OLE color: 15779171.

HSL color Cylindrical-coordinate representation of color #63C5F0: hue angle of 198.3º 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 #63C5F0 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB99197240-
CMYK0.590.1800.06
HSL198.3º82.46%66.47%-
HSV(B)198.3º58.75%94.12%-
XYZ40.8448.8889.72-
YUV172.6166.0375.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.47%
GREEN value IS 197 (77.34% from 255) = 36.75%
BLUE value IS 240 (94.14% from 255) = 44.78%
R=18.47%
G=36.75%
B=44.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal991972400.590.1800.06198.382.4666.47
Hex63C5F03B1206c65242
Octal143305360732206306122102
Binary110001111000101111100001110111001001101100011010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63C5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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