#6BC3EF

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

Shades of Maya Blue #6BC3EF

Tints of Maya Blue #6BC3EF

Color information

#6BC3EF (or 0x6BC3EF) is unknown color: approx Maya Blue. HEX triplet: 6B, C3 and EF. RGB value is (107,195,239). Sum of RGB (Red+Green+Blue) = 107+195+239=541 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.78% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #6BC3EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BC3EF is #943C10. Grayscale: #ADADAD. Windows color (decimal): -9714705 or 15713131. OLE color: 15713131.

HSL color Cylindrical-coordinate representation of color #6BC3EF: hue angle of 200º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BC3EF is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB107195239-
CMYK0.550.1800.06
HSL200º80.49%67.84%-
HSV(B)200º55.23%93.73%-
XYZ41.1648.3988.83-
YUV173.7164.8580.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.78%
GREEN value IS 195 (76.56% from 255) = 36.04%
BLUE value IS 239 (93.75% from 255) = 44.18%
R=19.78%
G=36.04%
B=44.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1071952390.550.1800.0620080.4967.84
Hex6BC3EF371206c85044
Octal153303357672206310120104
Binary110101111000011111011111101111001001101100100010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,195,239); }

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

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

 a { background-color: rgb(107,195,239); }

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

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

 span { border-color: rgb(107,195,239); }

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