#68ADFD

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

Shades of Maya Blue #68ADFD

Tints of Maya Blue #68ADFD

Color information

#68ADFD (or 0x68ADFD) is unknown color: approx Maya Blue. HEX triplet: 68, AD and FD. RGB value is (104,173,253). Sum of RGB (Red+Green+Blue) = 104+173+253=530 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.62% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #68ADFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ADFD is #975202. Grayscale: #A1A1A1. Windows color (decimal): -9916931 or 16625000. OLE color: 16625000.

HSL color Cylindrical-coordinate representation of color #68ADFD: hue angle of 212.21º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68ADFD is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB104173253-
CMYK0.590.3200.01
HSL212.21º97.39%70%-
HSV(B)212.21º58.89%99.22%-
XYZ38.3839.9298.61-
YUV161.49179.6487-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.62%
GREEN value IS 173 (67.97% from 255) = 32.64%
BLUE value IS 253 (99.22% from 255) = 47.74%
R=19.62%
G=32.64%
B=47.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1041732530.590.3200.01212.2197.3970
Hex68ADFD3B2001d46146
Octal150255375734001324141106
Binary11010001010110111111101111011100000011101010011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68ADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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