#68ADF6

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

Shades of Maya Blue #68ADF6

Tints of Maya Blue #68ADF6

Color information

#68ADF6 (or 0x68ADF6) is unknown color: approx Maya Blue. HEX triplet: 68, AD and F6. RGB value is (104,173,246). Sum of RGB (Red+Green+Blue) = 104+173+246=523 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.89% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 246 (96.48% from 255 or 47.04% from 523); Max value from RGB is 246 - color contains mainly: blue. Hex color #68ADF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ADF6 is #975209. Grayscale: #A0A0A0. Windows color (decimal): -9916938 or 16166248. OLE color: 16166248.

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

Color convert

RGB104173246-
CMYK0.580.3000.04
HSL210.85º88.75%68.63%-
HSV(B)210.85º57.72%96.47%-
XYZ37.2939.4892.84-
YUV160.69176.1487.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.89%
GREEN value IS 173 (67.97% from 255) = 33.08%
BLUE value IS 246 (96.48% from 255) = 47.04%
R=19.89%
G=33.08%
B=47.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1041732460.580.3000.04210.8588.7568.63
Hex68ADF63A1E04d35945
Octal150255366723604323131105
Binary110100010101101111101101110101111001001101001110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68ADF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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