#63D0FF

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

Shades of Maya Blue #63D0FF

Tints of Maya Blue #63D0FF

Color information

#63D0FF (or 0x63D0FF) is unknown color: approx Maya Blue. HEX triplet: 63, D0 and FF. RGB value is (99,208,255). Sum of RGB (Red+Green+Blue) = 99+208+255=562 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.62% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #63D0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63D0FF is #9C2F00. Grayscale: #B4B4B4. Windows color (decimal): -10235649 or 16765027. OLE color: 16765027.

HSL color Cylindrical-coordinate representation of color #63D0FF: hue angle of 198.08º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63D0FF is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB99208255-
CMYK0.610.1800
HSL198.08º100%69.41%-
HSV(B)198.08º61.18%100%-
XYZ45.7554.98102.81-
YUV180.77169.8969.68-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 17.62%
GREEN value IS 208 (81.64% from 255) = 37.01%
BLUE value IS 255 (100% from 255) = 45.37%
R=17.62%
G=37.01%
B=45.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal992082550.610.1800198.0810069.41
Hex63D0FF3D1200c66445
Octal143320377752200306144105
Binary1100011110100001111111111110110010001100011011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,208,255); }

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

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

 a { background-color: rgb(99,208,255); }

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

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

 span { border-color: rgb(99,208,255); }

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