Html Css Color HEX #49CDFF Maya Blue

📋 copy color: '#49CDFF'

red 73 ◦ green 205 ◦ blue 255

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

Shades of Maya Blue #49CDFF

Tints of Maya Blue #49CDFF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.46%

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

R = 13.7%
G = 38.46%
B = 47.84%

CMYK

 C value IS 0.71

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#49CDFF (or 0x49CDFF) is known color: Maya Blue. HEX triplet: 49, CD and FF. RGB value is (73,205,255). Sum of RGB (Red+Green+Blue) = 73+205+255=533 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.70% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #49CDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CDFF is #B63200. Grayscale: #AAAAAA. Windows color (decimal): -11940353 or 16764233. OLE color: 16764233.

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

Color convert

RGB 73 205 255 -
CMYK 0.71 0.20 0 0
HSL 196.48º 1% 0.64% -
HSV(B) 196.48º 0.71% 1% -
XYZ 42.63 52.3 102.46 -
YUV 171.23 175.27 57.93 -
System Red Green Blue C M Y K H S L
Decimal 73 205 255 0.71 0.20 0 0 196.48 1 0.64
Hex 49 CD FF 47 14 0 0 C4 64 40
Octal 111 315 377 107 24 0 0 304 144 100
Binary 1001001 11001101 11111111 1000111 10100 0 0 11000100 1100100 1000000

Color Harmonies of #49CDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CDFF

Black with #49CDFF

Text Example


Text Example

White with #49CDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,205,255); }

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

background-color css

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

 a { background-color: rgb(73,205,255); }

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

border-color css

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

 span { border-color: rgb(73,205,255); }

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