#63AFED

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

Shades of Malibu #63AFED

Tints of Malibu #63AFED

Color information

#63AFED (or 0x63AFED) is unknown color: approx Malibu. HEX triplet: 63, AF and ED. RGB value is (99,175,237). Sum of RGB (Red+Green+Blue) = 99+175+237=511 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.37% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #63AFED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63AFED is #9C5012. Grayscale: #9F9F9F. Windows color (decimal): -10244115 or 15576931. OLE color: 15576931.

HSL color Cylindrical-coordinate representation of color #63AFED: hue angle of 206.96º 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 #63AFED is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB99175237-
CMYK0.580.2600.07
HSL206.96º79.31%65.88%-
HSV(B)206.96º58.23%92.94%-
XYZ35.7639.4385.85-
YUV159.34171.8284.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.37%
GREEN value IS 175 (68.75% from 255) = 34.25%
BLUE value IS 237 (92.97% from 255) = 46.38%
R=19.37%
G=34.25%
B=46.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal991752370.580.2600.07206.9679.3165.88
Hex63AFED3A1A07cf4f42
Octal143257355723207317117102
Binary110001110101111111011011110101101001111100111110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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