#4BC5FD

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

Shades of Maya Blue #4BC5FD

Tints of Maya Blue #4BC5FD

Color information

#4BC5FD (or 0x4BC5FD) is unknown color: approx Maya Blue. HEX triplet: 4B, C5 and FD. RGB value is (75,197,253). Sum of RGB (Red+Green+Blue) = 75+197+253=525 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.29% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #4BC5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BC5FD is #B43A02. Grayscale: #A6A6A6. Windows color (decimal): -11811331 or 16631115. OLE color: 16631115.

HSL color Cylindrical-coordinate representation of color #4BC5FD: hue angle of 198.88º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BC5FD is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB75197253-
CMYK0.700.2200.01
HSL198.88º97.8%64.31%-
HSV(B)198.88º70.36%99.22%-
XYZ40.648.52100.15-
YUV166.91176.5862.45-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.29%
GREEN value IS 197 (77.34% from 255) = 37.52%
BLUE value IS 253 (99.22% from 255) = 48.19%
R=14.29%
G=37.52%
B=48.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal751972530.700.2200.01198.8897.864.31
Hex4BC5FD461601c76240
Octal1133053751062601307142100
Binary10010111100010111111101100011010110011100011111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,197,253); }

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

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

 a { background-color: rgb(75,197,253); }

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

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

 span { border-color: rgb(75,197,253); }

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