#63C1F8

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

Shades of Maya Blue #63C1F8

Tints of Maya Blue #63C1F8

Color information

#63C1F8 (or 0x63C1F8) is unknown color: approx Maya Blue. HEX triplet: 63, C1 and F8. RGB value is (99,193,248). Sum of RGB (Red+Green+Blue) = 99+193+248=540 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.33% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 248 (97.27% from 255 or 45.93% from 540); Max value from RGB is 248 - color contains mainly: blue. Hex color #63C1F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63C1F8 is #9C3E07. Grayscale: #AAAAAA. Windows color (decimal): -10239496 or 16302435. OLE color: 16302435.

HSL color Cylindrical-coordinate representation of color #63C1F8: hue angle of 202.15º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63C1F8 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB99193248-
CMYK0.600.2200.03
HSL202.15º91.41%68.04%-
HSV(B)202.15º60.08%97.25%-
XYZ41.1647.5795.82-
YUV171.16171.3676.53-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.33%
GREEN value IS 193 (75.78% from 255) = 35.74%
BLUE value IS 248 (97.27% from 255) = 45.93%
R=18.33%
G=35.74%
B=45.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal991932480.600.2200.03202.1591.4168.04
Hex63C1F83C1603ca5b44
Octal143301370742603312133104
Binary11000111100000111111000111100101100111100101010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63C1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,193,248); }

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

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

 a { background-color: rgb(99,193,248); }

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

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

 span { border-color: rgb(99,193,248); }

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