Html Css Color HEX #63BAFE Maya Blue

📋 copy color: '#63BAFE'

red 99 ◦ green 186 ◦ blue 254

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

Shades of Maya Blue #63BAFE

Tints of Maya Blue #63BAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.51%

 BLUE value IS 254 (99.61% from 255) = 47.12%

R = 18.37%
G = 34.51%
B = 47.12%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#63BAFE (or 0x63BAFE) is known color: Maya Blue. HEX triplet: 63, BA and FE. RGB value is (99,186,254). Sum of RGB (Red+Green+Blue) = 99+186+254=539 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.37% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #63BAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63BAFE is #9C4501. Grayscale: #A7A7A7. Windows color (decimal): -10241282 or 16693859. OLE color: 16693859.

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

Color convert

RGB 99 186 254 -
CMYK 0.61 0.27 0 0.00
HSL 206.32º 0.99% 0.69% -
HSV(B) 206.32º 0.61% 1% -
XYZ 40.59 44.93 100.3 -
YUV 167.74 176.68 78.97 -
System Red Green Blue C M Y K H S L
Decimal 99 186 254 0.61 0.27 0 0.00 206.32 0.99 0.69
Hex 63 BA FE 3D 1B 0 0 CE 63 45
Octal 143 272 376 75 33 0 0 316 143 105
Binary 1100011 10111010 11111110 111101 11011 0 0 11001110 1100011 1000101

Color Harmonies of #63BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BAFE

Black with #63BAFE

Text Example


Text Example

White with #63BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,186,254); }

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

background-color css

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

 a { background-color: rgb(99,186,254); }

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

border-color css

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

 span { border-color: rgb(99,186,254); }

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