Html Css Color HEX #4BC2FE Maya Blue

📋 copy color: '#4BC2FE'

red 75 ◦ green 194 ◦ blue 254

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

Shades of Maya Blue #4BC2FE

Tints of Maya Blue #4BC2FE

RGB

 RED value IS 75 (29.69% from 255) = 14.34%

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

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

R = 14.34%
G = 37.09%
B = 48.57%

CMYK

 C value IS 0.70

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4BC2FE (or 0x4BC2FE) is known color: Maya Blue. HEX triplet: 4B, C2 and FE. RGB value is (75,194,254). Sum of RGB (Red+Green+Blue) = 75+194+254=523 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.34% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #4BC2FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BC2FE is #B43D01. Grayscale: #A4A4A4. Windows color (decimal): -11812098 or 16695883. OLE color: 16695883.

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

Color convert

RGB 75 194 254 -
CMYK 0.70 0.24 0 0.00
HSL 200.11º 0.99% 0.65% -
HSV(B) 200.11º 0.7% 1% -
XYZ 40.08 47.24 100.77 -
YUV 165.26 178.08 63.62 -
System Red Green Blue C M Y K H S L
Decimal 75 194 254 0.70 0.24 0 0.00 200.11 0.99 0.65
Hex 4B C2 FE 46 18 0 0 C8 63 41
Octal 113 302 376 106 30 0 0 310 143 101
Binary 1001011 11000010 11111110 1000110 11000 0 0 11001000 1100011 1000001

Color Harmonies of #4BC2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC2FE

Black with #4BC2FE

Text Example


Text Example

White with #4BC2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,194,254); }

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

background-color css

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

 a { background-color: rgb(75,194,254); }

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

border-color css

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

 span { border-color: rgb(75,194,254); }

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