#68C6FD

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

Shades of Maya Blue #68C6FD

Tints of Maya Blue #68C6FD

Color information

#68C6FD (or 0x68C6FD) is unknown color: approx Maya Blue. HEX triplet: 68, C6 and FD. RGB value is (104,198,253). Sum of RGB (Red+Green+Blue) = 104+198+253=555 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.74% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #68C6FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C6FD is #973902. Grayscale: #AFAFAF. Windows color (decimal): -9910531 or 16631400. OLE color: 16631400.

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

Color convert

RGB104198253-
CMYK0.590.2200.01
HSL202.15º97.39%70%-
HSV(B)202.15º58.89%99.22%-
XYZ43.6350.42100.36-
YUV176.16171.3676.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.74%
GREEN value IS 198 (77.73% from 255) = 35.68%
BLUE value IS 253 (99.22% from 255) = 45.59%
R=18.74%
G=35.68%
B=45.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1041982530.590.2200.01202.1597.3970
Hex68C6FD3B1601ca6146
Octal150306375732601312141106
Binary1101000110001101111110111101110110011100101011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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