#6DCAFA

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

Shades of Maya Blue #6DCAFA

Tints of Maya Blue #6DCAFA

Color information

#6DCAFA (or 0x6DCAFA) is unknown color: approx Maya Blue. HEX triplet: 6D, CA and FA. RGB value is (109,202,250). Sum of RGB (Red+Green+Blue) = 109+202+250=561 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.43% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #6DCAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCAFA is #923505. Grayscale: #B3B3B3. Windows color (decimal): -9581830 or 16435821. OLE color: 16435821.

HSL color Cylindrical-coordinate representation of color #6DCAFA: hue angle of 200.43º 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 #6DCAFA is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB109202250-
CMYK0.560.1900.02
HSL200.43º93.38%70.39%-
HSV(B)200.43º56.4%98.04%-
XYZ44.6852.3998.2-
YUV179.66167.6977.6-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.43%
GREEN value IS 202 (79.30% from 255) = 36.01%
BLUE value IS 250 (98.05% from 255) = 44.56%
R=19.43%
G=36.01%
B=44.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1092022500.560.1900.02200.4393.3870.39
Hex6DCAFA381302c85d46
Octal155312372702302310135106
Binary11011011100101011111010111000100110101100100010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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