#63B4F0

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

Shades of Malibu #63B4F0

Tints of Malibu #63B4F0

Color information

#63B4F0 (or 0x63B4F0) is unknown color: approx Malibu. HEX triplet: 63, B4 and F0. RGB value is (99,180,240). Sum of RGB (Red+Green+Blue) = 99+180+240=519 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.08% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 240 - color contains mainly: blue. Hex color #63B4F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63B4F0 is #9C4B0F. Grayscale: #A2A2A2. Windows color (decimal): -10242832 or 15774819. OLE color: 15774819.

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

Color convert

RGB99180240-
CMYK0.590.2500.06
HSL205.53º82.46%66.47%-
HSV(B)205.53º58.75%94.12%-
XYZ37.241.5988.5-
YUV162.62171.6682.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.08%
GREEN value IS 180 (70.70% from 255) = 34.68%
BLUE value IS 240 (94.14% from 255) = 46.24%
R=19.08%
G=34.68%
B=46.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal991802400.590.2500.06205.5382.4666.47
Hex63B4F03B1906ce5242
Octal143264360733106316122102
Binary110001110110100111100001110111100101101100111010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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