#6BBCEF

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

Shades of Maya Blue #6BBCEF

Tints of Maya Blue #6BBCEF

Color information

#6BBCEF (or 0x6BBCEF) is unknown color: approx Maya Blue. HEX triplet: 6B, BC and EF. RGB value is (107,188,239). Sum of RGB (Red+Green+Blue) = 107+188+239=534 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.04% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #6BBCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBCEF is #944310. Grayscale: #A9A9A9. Windows color (decimal): -9716497 or 15711339. OLE color: 15711339.

HSL color Cylindrical-coordinate representation of color #6BBCEF: hue angle of 203.18º 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 #6BBCEF is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB107188239-
CMYK0.550.2100.06
HSL203.18º80.49%67.84%-
HSV(B)203.18º55.23%93.73%-
XYZ39.6345.3288.32-
YUV169.6167.1683.35-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.04%
GREEN value IS 188 (73.83% from 255) = 35.21%
BLUE value IS 239 (93.75% from 255) = 44.76%
R=20.04%
G=35.21%
B=44.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1071882390.550.2100.06203.1880.4967.84
Hex6BBCEF371506cb5044
Octal153274357672506313120104
Binary110101110111100111011111101111010101101100101110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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