#4FBDFE

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

Shades of Maya Blue #4FBDFE

Tints of Maya Blue #4FBDFE

Color information

#4FBDFE (or 0x4FBDFE) is unknown color: approx Maya Blue. HEX triplet: 4F, BD and FE. RGB value is (79,189,254). Sum of RGB (Red+Green+Blue) = 79+189+254=522 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.13% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #4FBDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FBDFE is #B04201. Grayscale: #A3A3A3. Windows color (decimal): -11551234 or 16694607. OLE color: 16694607.

HSL color Cylindrical-coordinate representation of color #4FBDFE: hue angle of 202.29º 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 #4FBDFE is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB79189254-
CMYK0.690.2600.00
HSL202.29º98.87%65.29%-
HSV(B)202.29º68.9%99.61%-
XYZ39.3145.21100.42-
YUV163.52179.0667.71-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.13%
GREEN value IS 189 (74.22% from 255) = 36.21%
BLUE value IS 254 (99.61% from 255) = 48.66%
R=15.13%
G=36.21%
B=48.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal791892540.690.2600.00202.2998.8765.29
Hex4FBDFE451A00ca6341
Octal1172753761053200312143101
Binary10011111011110111111110100010111010001100101011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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