#68ADF7

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

Shades of Maya Blue #68ADF7

Tints of Maya Blue #68ADF7

Color information

#68ADF7 (or 0x68ADF7) is unknown color: approx Maya Blue. HEX triplet: 68, AD and F7. RGB value is (104,173,247). Sum of RGB (Red+Green+Blue) = 104+173+247=524 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.85% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 247 (96.88% from 255 or 47.14% from 524); Max value from RGB is 247 - color contains mainly: blue. Hex color #68ADF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ADF7 is #975208. Grayscale: #A0A0A0. Windows color (decimal): -9916937 or 16231784. OLE color: 16231784.

HSL color Cylindrical-coordinate representation of color #68ADF7: hue angle of 211.05º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68ADF7 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB104173247-
CMYK0.580.3000.03
HSL211.05º89.94%68.82%-
HSV(B)211.05º57.89%96.86%-
XYZ37.4439.5593.66-
YUV160.8176.6487.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.85%
GREEN value IS 173 (67.97% from 255) = 33.02%
BLUE value IS 247 (96.88% from 255) = 47.14%
R=19.85%
G=33.02%
B=47.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1041732470.580.3000.03211.0589.9468.82
Hex68ADF73A1E03d35a45
Octal150255367723603323132105
Binary11010001010110111110111111010111100111101001110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68ADF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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