Html Css Color HEX #49CAFE Maya Blue

📋 copy color: '#49CAFE'

red 73 ◦ green 202 ◦ blue 254

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

Shades of Maya Blue #49CAFE

Tints of Maya Blue #49CAFE

RGB

 RED value IS 73 (28.91% from 255) = 13.8%

 GREEN value IS 202 (79.3% from 255) = 38.19%

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

R = 13.8%
G = 38.19%
B = 48.02%

CMYK

 C value IS 0.71

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#49CAFE (or 0x49CAFE) is known color: Maya Blue. HEX triplet: 49, CA and FE. RGB value is (73,202,254). Sum of RGB (Red+Green+Blue) = 73+202+254=529 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.80% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #49CAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CAFE is #B63501. Grayscale: #A9A9A9. Windows color (decimal): -11941122 or 16697929. OLE color: 16697929.

HSL color Cylindrical-coordinate representation of color #49CAFE: hue angle of 197.24º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49CAFE is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 73 202 254 -
CMYK 0.71 0.20 0 0.00
HSL 197.24º 0.99% 0.64% -
HSV(B) 197.24º 0.71% 1% -
XYZ 41.76 50.81 101.37 -
YUV 169.36 175.76 59.27 -
System Red Green Blue C M Y K H S L
Decimal 73 202 254 0.71 0.20 0 0.00 197.24 0.99 0.64
Hex 49 CA FE 47 14 0 0 C5 63 40
Octal 111 312 376 107 24 0 0 305 143 100
Binary 1001001 11001010 11111110 1000111 10100 0 0 11000101 1100011 1000000

Color Harmonies of #49CAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CAFE

Black with #49CAFE

Text Example


Text Example

White with #49CAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49CAFE; }

 p { color: rgb(73,202,254); }

 H1.HeaderClassName
 {
   color: #49CAFE;
 }
 .AnyTagClassName
 {
   color: #49CAFE;
 }
</style>

background-color css

<style>
 a { background-color: #49CAFE; }

 a { background-color: rgb(73,202,254); }

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

border-color css

<style>
 span { border-color: #49CAFE; }

 span { border-color: rgb(73,202,254); }

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