Html Css Color HEX #4BC2FF Maya Blue

📋 copy color: '#4BC2FF'

red 75 ◦ green 194 ◦ blue 255

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

Shades of Maya Blue #4BC2FF

Tints of Maya Blue #4BC2FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.66%

R = 14.31%
G = 37.02%
B = 48.66%

CMYK

 C value IS 0.71

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4BC2FF (or 0x4BC2FF) is known color: Maya Blue. HEX triplet: 4B, C2 and FF. RGB value is (75,194,255). Sum of RGB (Red+Green+Blue) = 75+194+255=524 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.31% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #4BC2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BC2FF is #B43D00. Grayscale: #A5A5A5. Windows color (decimal): -11812097 or 16761419. OLE color: 16761419.

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

Color convert

RGB 75 194 255 -
CMYK 0.71 0.24 0 0
HSL 200.33º 1% 0.65% -
HSV(B) 200.33º 0.71% 1% -
XYZ 40.24 47.3 101.62 -
YUV 165.37 178.58 63.54 -
System Red Green Blue C M Y K H S L
Decimal 75 194 255 0.71 0.24 0 0 200.33 1 0.65
Hex 4B C2 FF 47 18 0 0 C8 64 41
Octal 113 302 377 107 30 0 0 310 144 101
Binary 1001011 11000010 11111111 1000111 11000 0 0 11001000 1100100 1000001

Color Harmonies of #4BC2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC2FF

Black with #4BC2FF

Text Example


Text Example

White with #4BC2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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