#63BAED

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

Shades of Malibu #63BAED

Tints of Malibu #63BAED

Color information

#63BAED (or 0x63BAED) is unknown color: approx Malibu. HEX triplet: 63, BA and ED. RGB value is (99,186,237). Sum of RGB (Red+Green+Blue) = 99+186+237=522 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.97% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #63BAED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63BAED is #9C4512. Grayscale: #A5A5A5. Windows color (decimal): -10241299 or 15579747. OLE color: 15579747.

HSL color Cylindrical-coordinate representation of color #63BAED: hue angle of 202.17º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63BAED is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB99186237-
CMYK0.580.2200.07
HSL202.17º79.31%65.88%-
HSV(B)202.17º58.23%92.94%-
XYZ37.9943.8886.59-
YUV165.8168.1880.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.97%
GREEN value IS 186 (73.05% from 255) = 35.63%
BLUE value IS 237 (92.97% from 255) = 45.40%
R=18.97%
G=35.63%
B=45.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal991862370.580.2200.07202.1779.3165.88
Hex63BAED3A1607ca4f42
Octal143272355722607312117102
Binary110001110111010111011011110101011001111100101010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,186,237); }

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

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

 a { background-color: rgb(99,186,237); }

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

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

 span { border-color: rgb(99,186,237); }

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