#63CAF5

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

Shades of Maya Blue #63CAF5

Tints of Maya Blue #63CAF5

Color information

#63CAF5 (or 0x63CAF5) is unknown color: approx Maya Blue. HEX triplet: 63, CA and F5. RGB value is (99,202,245). Sum of RGB (Red+Green+Blue) = 99+202+245=546 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.13% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 245 (96.09% from 255 or 44.87% from 546); Max value from RGB is 245 - color contains mainly: blue. Hex color #63CAF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63CAF5 is #9C350A. Grayscale: #AFAFAF. Windows color (decimal): -10237195 or 16108131. OLE color: 16108131.

HSL color Cylindrical-coordinate representation of color #63CAF5: hue angle of 197.67º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63CAF5 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB99202245-
CMYK0.600.1800.04
HSL197.67º87.95%67.45%-
HSV(B)197.67º59.59%96.08%-
XYZ42.7551.4994.07-
YUV176.1166.8873-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.13%
GREEN value IS 202 (79.30% from 255) = 37.00%
BLUE value IS 245 (96.09% from 255) = 44.87%
R=18.13%
G=37.00%
B=44.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal992022450.600.1800.04197.6787.9567.45
Hex63CAF53C1204c65843
Octal143312365742204306130103
Binary110001111001010111101011111001001001001100011010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,202,245); }

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

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

 a { background-color: rgb(99,202,245); }

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

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

 span { border-color: rgb(99,202,245); }

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