#63C0FA

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

Shades of Maya Blue #63C0FA

Tints of Maya Blue #63C0FA

Color information

#63C0FA (or 0x63C0FA) is unknown color: approx Maya Blue. HEX triplet: 63, C0 and FA. RGB value is (99,192,250). Sum of RGB (Red+Green+Blue) = 99+192+250=541 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.30% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #63C0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63C0FA is #9C3F05. Grayscale: #AAAAAA. Windows color (decimal): -10239750 or 16433251. OLE color: 16433251.

HSL color Cylindrical-coordinate representation of color #63C0FA: hue angle of 203.05º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63C0FA is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB99192250-
CMYK0.600.2300.02
HSL203.05º93.79%68.43%-
HSV(B)203.05º60.4%98.04%-
XYZ41.2547.2597.39-
YUV170.8172.6976.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.30%
GREEN value IS 192 (75.39% from 255) = 35.49%
BLUE value IS 250 (98.05% from 255) = 46.21%
R=18.30%
G=35.49%
B=46.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal991922500.600.2300.02203.0593.7968.43
Hex63C0FA3C1702cb5e44
Octal143300372742702313136104
Binary11000111100000011111010111100101110101100101110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63C0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,192,250); }

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

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

 a { background-color: rgb(99,192,250); }

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

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

 span { border-color: rgb(99,192,250); }

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