Html Css Color HEX #49CCFD Maya Blue

📋 copy color: '#49CCFD'

red 73 ◦ green 204 ◦ blue 253

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

Shades of Maya Blue #49CCFD

Tints of Maya Blue #49CCFD

RGB

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

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

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

R = 13.77%
G = 38.49%
B = 47.74%

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

#49CCFD (or 0x49CCFD) is known color: Maya Blue. HEX triplet: 49, CC and FD. RGB value is (73,204,253). Sum of RGB (Red+Green+Blue) = 73+204+253=530 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.77% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #49CCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CCFD is #B63302. Grayscale: #AAAAAA. Windows color (decimal): -11940611 or 16632905. OLE color: 16632905.

HSL color Cylindrical-coordinate representation of color #49CCFD: hue angle of 196.33º degrees, saturation: 0.98, 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 #49CCFD is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 204 253 -
CMYK 0.71 0.19 0 0.01
HSL 196.33º 0.98% 0.64% -
HSV(B) 196.33º 0.71% 0.99% -
XYZ 42.07 51.69 100.69 -
YUV 170.42 174.6 58.52 -
System Red Green Blue C M Y K H S L
Decimal 73 204 253 0.71 0.19 0 0.01 196.33 0.98 0.64
Hex 49 CC FD 47 13 0 1 C4 62 40
Octal 111 314 375 107 23 0 1 304 142 100
Binary 1001001 11001100 11111101 1000111 10011 0 1 11000100 1100010 1000000

Color Harmonies of #49CCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CCFD

Black with #49CCFD

Text Example


Text Example

White with #49CCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,204,253); }

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

background-color css

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

 a { background-color: rgb(73,204,253); }

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

border-color css

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

 span { border-color: rgb(73,204,253); }

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