Html Css Color HEX #4FC2FD Maya Blue

📋 copy color: '#4FC2FD'

red 79 ◦ green 194 ◦ blue 253

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

Shades of Maya Blue #4FC2FD

Tints of Maya Blue #4FC2FD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.88%

 BLUE value IS 253 (99.22% from 255) = 48.1%

R = 15.02%
G = 36.88%
B = 48.1%

CMYK

 C value IS 0.69

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4FC2FD (or 0x4FC2FD) is known color: Maya Blue. HEX triplet: 4F, C2 and FD. RGB value is (79,194,253). Sum of RGB (Red+Green+Blue) = 79+194+253=526 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.02% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #4FC2FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FC2FD is #B03D02. Grayscale: #A5A5A5. Windows color (decimal): -11549955 or 16630351. OLE color: 16630351.

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

Color convert

RGB 79 194 253 -
CMYK 0.69 0.23 0 0.01
HSL 200.34º 0.98% 0.65% -
HSV(B) 200.34º 0.69% 0.99% -
XYZ 40.25 47.34 99.94 -
YUV 166.34 176.9 65.7 -
System Red Green Blue C M Y K H S L
Decimal 79 194 253 0.69 0.23 0 0.01 200.34 0.98 0.65
Hex 4F C2 FD 45 17 0 1 C8 62 41
Octal 117 302 375 105 27 0 1 310 142 101
Binary 1001111 11000010 11111101 1000101 10111 0 1 11001000 1100010 1000001

Color Harmonies of #4FC2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FC2FD

Black with #4FC2FD

Text Example


Text Example

White with #4FC2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,194,253); }

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

background-color css

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

 a { background-color: rgb(79,194,253); }

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

border-color css

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

 span { border-color: rgb(79,194,253); }

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