Html Css Color HEX #4FC2FC Maya Blue

📋 copy color: '#4FC2FC'

red 79 ◦ green 194 ◦ blue 252

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

Shades of Maya Blue #4FC2FC

Tints of Maya Blue #4FC2FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48%

R = 15.05%
G = 36.95%
B = 48%

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

#4FC2FC (or 0x4FC2FC) is known color: Maya Blue. HEX triplet: 4F, C2 and FC. RGB value is (79,194,252). Sum of RGB (Red+Green+Blue) = 79+194+252=525 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.05% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #4FC2FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FC2FC is #B03D03. Grayscale: #A5A5A5. Windows color (decimal): -11549956 or 16564815. OLE color: 16564815.

HSL color Cylindrical-coordinate representation of color #4FC2FC: hue angle of 200.12º degrees, saturation: 0.97, 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 #4FC2FC is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 79 194 252 -
CMYK 0.69 0.23 0 0.01
HSL 200.12º 0.97% 0.65% -
HSV(B) 200.12º 0.69% 0.99% -
XYZ 40.09 47.27 99.11 -
YUV 166.23 176.4 65.78 -
System Red Green Blue C M Y K H S L
Decimal 79 194 252 0.69 0.23 0 0.01 200.12 0.97 0.65
Hex 4F C2 FC 45 17 0 1 C8 61 41
Octal 117 302 374 105 27 0 1 310 141 101
Binary 1001111 11000010 11111100 1000101 10111 0 1 11001000 1100001 1000001

Color Harmonies of #4FC2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FC2FC

Black with #4FC2FC

Text Example


Text Example

White with #4FC2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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