Html Css Color HEX #4CC1FF Maya Blue

📋 copy color: '#4CC1FF'

red 76 ◦ green 193 ◦ blue 255

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

Shades of Maya Blue #4CC1FF

Tints of Maya Blue #4CC1FF

RGB

 RED value IS 76 (30.08% from 255) = 14.5%

 GREEN value IS 193 (75.78% from 255) = 36.83%

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

R = 14.5%
G = 36.83%
B = 48.66%

CMYK

 C value IS 0.70

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4CC1FF (or 0x4CC1FF) is known color: Maya Blue. HEX triplet: 4C, C1 and FF. RGB value is (76,193,255). Sum of RGB (Red+Green+Blue) = 76+193+255=524 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.50% from 524); Green value is 193 (75.78% from 255 or 36.83% 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 #4CC1FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CC1FF is #B33E00. Grayscale: #A4A4A4. Windows color (decimal): -11746817 or 16761164. OLE color: 16761164.

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

Color convert

RGB 76 193 255 -
CMYK 0.70 0.24 0 0
HSL 200.78º 1% 0.65% -
HSV(B) 200.78º 0.7% 1% -
XYZ 40.1 46.9 101.55 -
YUV 165.09 178.74 64.46 -
System Red Green Blue C M Y K H S L
Decimal 76 193 255 0.70 0.24 0 0 200.78 1 0.65
Hex 4C C1 FF 46 18 0 0 C9 64 41
Octal 114 301 377 106 30 0 0 311 144 101
Binary 1001100 11000001 11111111 1000110 11000 0 0 11001001 1100100 1000001

Color Harmonies of #4CC1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC1FF

Black with #4CC1FF

Text Example


Text Example

White with #4CC1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,193,255); }

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

background-color css

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

 a { background-color: rgb(76,193,255); }

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

border-color css

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

 span { border-color: rgb(76,193,255); }

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