Html Css Color HEX #4CC2FD Maya Blue

📋 copy color: '#4CC2FD'

red 76 ◦ green 194 ◦ blue 253

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

Shades of Maya Blue #4CC2FD

Tints of Maya Blue #4CC2FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.37%

R = 14.53%
G = 37.09%
B = 48.37%

CMYK

 C value IS 0.70

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4CC2FD (or 0x4CC2FD) is known color: Maya Blue. HEX triplet: 4C, C2 and FD. RGB value is (76,194,253). Sum of RGB (Red+Green+Blue) = 76+194+253=523 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.53% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #4CC2FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CC2FD is #B33D02. Grayscale: #A5A5A5. Windows color (decimal): -11746563 or 16630348. OLE color: 16630348.

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

Color convert

RGB 76 194 253 -
CMYK 0.70 0.23 0 0.01
HSL 200º 0.98% 0.65% -
HSV(B) 200º 0.7% 0.99% -
XYZ 40 47.21 99.93 -
YUV 165.44 177.41 64.2 -
System Red Green Blue C M Y K H S L
Decimal 76 194 253 0.70 0.23 0 0.01 200 0.98 0.65
Hex 4C C2 FD 46 17 0 1 C8 62 41
Octal 114 302 375 106 27 0 1 310 142 101
Binary 1001100 11000010 11111101 1000110 10111 0 1 11001000 1100010 1000001

Color Harmonies of #4CC2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC2FD

Black with #4CC2FD

Text Example


Text Example

White with #4CC2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,194,253); }

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

background-color css

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

 a { background-color: rgb(76,194,253); }

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

border-color css

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

 span { border-color: rgb(76,194,253); }

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