#63AFE0

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

Shades of Malibu #63AFE0

Tints of Malibu #63AFE0

Color information

#63AFE0 (or 0x63AFE0) is unknown color: approx Malibu. HEX triplet: 63, AF and E0. RGB value is (99,175,224). Sum of RGB (Red+Green+Blue) = 99+175+224=498 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.88% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #63AFE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AFE0 is #9C501F. Grayscale: #9D9D9D. Windows color (decimal): -10244128 or 14724963. OLE color: 14724963.

HSL color Cylindrical-coordinate representation of color #63AFE0: hue angle of 203.52º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63AFE0 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB99175224-
CMYK0.560.2200.12
HSL203.52º66.84%63.33%-
HSV(B)203.52º55.8%87.84%-
XYZ33.9338.6976.2-
YUV157.86165.3286.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.88%
GREEN value IS 175 (68.75% from 255) = 35.14%
BLUE value IS 224 (87.89% from 255) = 44.98%
R=19.88%
G=35.14%
B=44.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal991752240.560.2200.12203.5266.8463.33
Hex63AFE038160Ccc433f
Octal143257340702601431410377
Binary110001110101111111000001110001011001100110011001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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