Html Css Color HEX #4ACBFC Maya Blue

📋 copy color: '#4ACBFC'

red 74 ◦ green 203 ◦ blue 252

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

Shades of Maya Blue #4ACBFC

Tints of Maya Blue #4ACBFC

RGB

 RED value IS 74 (29.3% from 255) = 13.99%

 GREEN value IS 203 (79.69% from 255) = 38.37%

 BLUE value IS 252 (98.83% from 255) = 47.64%

R = 13.99%
G = 38.37%
B = 47.64%

CMYK

 C value IS 0.71

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4ACBFC (or 0x4ACBFC) is known color: Maya Blue. HEX triplet: 4A, CB and FC. RGB value is (74,203,252). Sum of RGB (Red+Green+Blue) = 74+203+252=529 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.99% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #4ACBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACBFC is #B53403. Grayscale: #A9A9A9. Windows color (decimal): -11875332 or 16567114. OLE color: 16567114.

HSL color Cylindrical-coordinate representation of color #4ACBFC: hue angle of 196.52º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4ACBFC is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 74 203 252 -
CMYK 0.71 0.19 0 0.01
HSL 196.52º 0.97% 0.64% -
HSV(B) 196.52º 0.71% 0.99% -
XYZ 41.75 51.2 99.78 -
YUV 170.02 174.26 59.52 -
System Red Green Blue C M Y K H S L
Decimal 74 203 252 0.71 0.19 0 0.01 196.52 0.97 0.64
Hex 4A CB FC 47 13 0 1 C5 61 40
Octal 112 313 374 107 23 0 1 305 141 100
Binary 1001010 11001011 11111100 1000111 10011 0 1 11000101 1100001 1000000

Color Harmonies of #4ACBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACBFC

Black with #4ACBFC

Text Example


Text Example

White with #4ACBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,203,252); }

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

background-color css

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

 a { background-color: rgb(74,203,252); }

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

border-color css

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

 span { border-color: rgb(74,203,252); }

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