#68C0F6

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

Shades of Maya Blue #68C0F6

Tints of Maya Blue #68C0F6

Color information

#68C0F6 (or 0x68C0F6) is unknown color: approx Maya Blue. HEX triplet: 68, C0 and F6. RGB value is (104,192,246). Sum of RGB (Red+Green+Blue) = 104+192+246=542 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.19% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 246 (96.48% from 255 or 45.39% from 542); Max value from RGB is 246 - color contains mainly: blue. Hex color #68C0F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C0F6 is #973F09. Grayscale: #ABABAB. Windows color (decimal): -9912074 or 16171112. OLE color: 16171112.

HSL color Cylindrical-coordinate representation of color #68C0F6: hue angle of 202.82º 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 #68C0F6 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB104192246-
CMYK0.580.2200.04
HSL202.82º88.75%68.63%-
HSV(B)202.82º57.72%96.47%-
XYZ41.1947.394.15-
YUV171.84169.8579.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.19%
GREEN value IS 192 (75.39% from 255) = 35.42%
BLUE value IS 246 (96.48% from 255) = 45.39%
R=19.19%
G=35.42%
B=45.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1041922460.580.2200.04202.8288.7568.63
Hex68C0F63A1604cb5945
Octal150300366722604313131105
Binary110100011000000111101101110101011001001100101110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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