#68B7F6

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

Shades of Maya Blue #68B7F6

Tints of Maya Blue #68B7F6

Color information

#68B7F6 (or 0x68B7F6) is unknown color: approx Maya Blue. HEX triplet: 68, B7 and F6. RGB value is (104,183,246). Sum of RGB (Red+Green+Blue) = 104+183+246=533 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.51% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 246 (96.48% from 255 or 46.15% from 533); Max value from RGB is 246 - color contains mainly: blue. Hex color #68B7F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68B7F6 is #974809. Grayscale: #A6A6A6. Windows color (decimal): -9914378 or 16168808. OLE color: 16168808.

HSL color Cylindrical-coordinate representation of color #68B7F6: hue angle of 206.62º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68B7F6 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB104183246-
CMYK0.580.2600.04
HSL206.62º88.75%68.63%-
HSV(B)206.62º57.72%96.47%-
XYZ39.2843.4693.51-
YUV166.56172.8383.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.51%
GREEN value IS 183 (71.88% from 255) = 34.33%
BLUE value IS 246 (96.48% from 255) = 46.15%
R=19.51%
G=34.33%
B=46.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1041832460.580.2600.04206.6288.7568.63
Hex68B7F63A1A04cf5945
Octal150267366723204317131105
Binary110100010110111111101101110101101001001100111110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68B7F6; }

 p { color: rgb(104,183,246); }

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

<style>
 a { background-color: #68B7F6; }

 a { background-color: rgb(104,183,246); }

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

<style>
 span { border-color: #68B7F6; }

 span { border-color: rgb(104,183,246); }

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