Html Css Color HEX #4CCCFE Maya Blue

📋 copy color: '#4CCCFE'

red 76 ◦ green 204 ◦ blue 254

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

Shades of Maya Blue #4CCCFE

Tints of Maya Blue #4CCCFE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.2%

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

R = 14.23%
G = 38.2%
B = 47.57%

CMYK

 C value IS 0.70

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4CCCFE (or 0x4CCCFE) is known color: Maya Blue. HEX triplet: 4C, CC and FE. RGB value is (76,204,254). Sum of RGB (Red+Green+Blue) = 76+204+254=534 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.23% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #4CCCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CCCFE is #B33301. Grayscale: #ABABAB. Windows color (decimal): -11744002 or 16698444. OLE color: 16698444.

HSL color Cylindrical-coordinate representation of color #4CCCFE: hue angle of 196.85º 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 #4CCCFE is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 76 204 254 -
CMYK 0.70 0.20 0 0.00
HSL 196.85º 0.99% 0.65% -
HSV(B) 196.85º 0.7% 1% -
XYZ 42.46 51.88 101.54 -
YUV 171.43 174.59 59.93 -
System Red Green Blue C M Y K H S L
Decimal 76 204 254 0.70 0.20 0 0.00 196.85 0.99 0.65
Hex 4C CC FE 46 14 0 0 C5 63 41
Octal 114 314 376 106 24 0 0 305 143 101
Binary 1001100 11001100 11111110 1000110 10100 0 0 11000101 1100011 1000001

Color Harmonies of #4CCCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCCFE

Black with #4CCCFE

Text Example


Text Example

White with #4CCCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,204,254); }

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

background-color css

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

 a { background-color: rgb(76,204,254); }

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

border-color css

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

 span { border-color: rgb(76,204,254); }

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