Html Css Color HEX #4FBAFE Maya Blue

📋 copy color: '#4FBAFE'

red 79 ◦ green 186 ◦ blue 254

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

Shades of Maya Blue #4FBAFE

Tints of Maya Blue #4FBAFE

RGB

 RED value IS 79 (31.25% from 255) = 15.22%

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

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

R = 15.22%
G = 35.84%
B = 48.94%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4FBAFE (or 0x4FBAFE) is known color: Maya Blue. HEX triplet: 4F, BA and FE. RGB value is (79,186,254). Sum of RGB (Red+Green+Blue) = 79+186+254=519 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.22% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #4FBAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FBAFE is #B04501. Grayscale: #A1A1A1. Windows color (decimal): -11552002 or 16693839. OLE color: 16693839.

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

Color convert

RGB 79 186 254 -
CMYK 0.69 0.27 0 0.00
HSL 203.31º 0.99% 0.65% -
HSV(B) 203.31º 0.69% 1% -
XYZ 38.67 43.94 100.21 -
YUV 161.76 180.05 68.97 -
System Red Green Blue C M Y K H S L
Decimal 79 186 254 0.69 0.27 0 0.00 203.31 0.99 0.65
Hex 4F BA FE 45 1B 0 0 CB 63 41
Octal 117 272 376 105 33 0 0 313 143 101
Binary 1001111 10111010 11111110 1000101 11011 0 0 11001011 1100011 1000001

Color Harmonies of #4FBAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBAFE

Black with #4FBAFE

Text Example


Text Example

White with #4FBAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4FBAFE; }

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

 H1.HeaderClassName
 {
   color: #4FBAFE;
 }
 .AnyTagClassName
 {
   color: #4FBAFE;
 }
</style>

background-color css

<style>
 a { background-color: #4FBAFE; }

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

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

border-color css

<style>
 span { border-color: #4FBAFE; }

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

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