#6DCDF1

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

Shades of Maya Blue #6DCDF1

Tints of Maya Blue #6DCDF1

Color information

#6DCDF1 (or 0x6DCDF1) is unknown color: approx Maya Blue. HEX triplet: 6D, CD and F1. RGB value is (109,205,241). Sum of RGB (Red+Green+Blue) = 109+205+241=555 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.64% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #6DCDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCDF1 is #92320E. Grayscale: #B4B4B4. Windows color (decimal): -9581071 or 15846765. OLE color: 15846765.

HSL color Cylindrical-coordinate representation of color #6DCDF1: hue angle of 196.36º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DCDF1 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB109205241-
CMYK0.550.1500.05
HSL196.36º82.5%68.63%-
HSV(B)196.36º54.77%94.51%-
XYZ44.0253.2691.18-
YUV180.4162.277.07-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.64%
GREEN value IS 205 (80.47% from 255) = 36.94%
BLUE value IS 241 (94.53% from 255) = 43.42%
R=19.64%
G=36.94%
B=43.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1092052410.550.1500.05196.3682.568.63
Hex6DCDF137F05c45245
Octal155315361671705304122105
Binary11011011100110111110001110111111101011100010010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,205,241); }

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

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

 a { background-color: rgb(109,205,241); }

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

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

 span { border-color: rgb(109,205,241); }

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