Html Css Color HEX #63AEFF Maya Blue

📋 copy color: '#63AEFF'

red 99 ◦ green 174 ◦ blue 255

#63AEFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #63AEFF

Tints of Maya Blue #63AEFF

RGB

 RED value IS 99 (39.06% from 255) = 18.75%

 GREEN value IS 174 (68.36% from 255) = 32.95%

 BLUE value IS 255 (100% from 255) = 48.3%

R = 18.75%
G = 32.95%
B = 48.3%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#63AEFF (or 0x63AEFF) is known color: Maya Blue. HEX triplet: 63, AE and FF. RGB value is (99,174,255). Sum of RGB (Red+Green+Blue) = 99+174+255=528 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.75% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #63AEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63AEFF is #9C5100. Grayscale: #A0A0A0. Windows color (decimal): -10244353 or 16756323. OLE color: 16756323.

HSL color Cylindrical-coordinate representation of color #63AEFF: hue angle of 211.15º 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 #63AEFF is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 99 174 255 -
CMYK 0.61 0.32 0 0
HSL 211.15º 1% 0.69% -
HSV(B) 211.15º 0.61% 1% -
XYZ 38.33 40.14 100.34 -
YUV 160.81 181.15 83.91 -
System Red Green Blue C M Y K H S L
Decimal 99 174 255 0.61 0.32 0 0 211.15 1 0.69
Hex 63 AE FF 3D 20 0 0 D3 64 45
Octal 143 256 377 75 40 0 0 323 144 105
Binary 1100011 10101110 11111111 111101 100000 0 0 11010011 1100100 1000101

Color Harmonies of #63AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AEFF

Black with #63AEFF

Text Example


Text Example

White with #63AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63AEFF;
 }
 .AnyTagClassName
 {
   color: #63AEFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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