#6DCCFA

Color #6DCCFA Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #6DCCFA

Tints of Maya Blue #6DCCFA

Color information

#6DCCFA (or 0x6DCCFA) is unknown color: approx Maya Blue. HEX triplet: 6D, CC and FA. RGB value is (109,204,250). Sum of RGB (Red+Green+Blue) = 109+204+250=563 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.36% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #6DCCFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCCFA is #923305. Grayscale: #B4B4B4. Windows color (decimal): -9581318 or 16436333. OLE color: 16436333.

HSL color Cylindrical-coordinate representation of color #6DCCFA: hue angle of 199.57º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DCCFA is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB109204250-
CMYK0.560.1800.02
HSL199.57º93.38%70.39%-
HSV(B)199.57º56.4%98.04%-
XYZ45.1553.3498.36-
YUV180.84167.0376.76-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.36%
GREEN value IS 204 (80.08% from 255) = 36.23%
BLUE value IS 250 (98.05% from 255) = 44.40%
R=19.36%
G=36.23%
B=44.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1092042500.560.1800.02199.5793.3870.39
Hex6DCCFA381202c85d46
Octal155314372702202310135106
Binary11011011100110011111010111000100100101100100010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6DCCFA; }

 p { color: rgb(109,204,250); }

 H1.HeaderClassName
 {
   color: #6DCCFA;
 }
 .AnyTagClassName
 {
   color: #6DCCFA;
 }
</style>
background-color css

<style>
 a { background-color: #6DCCFA; }

 a { background-color: rgb(109,204,250); }

 div.DivClassName
 {
   background-color: #6DCCFA;
 }
 .BgClassName
 {
   background-color: #6DCCFA;
 }
</style>
border-color css

<style>
 span { border-color: #6DCCFA; }

 span { border-color: rgb(109,204,250); }

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