#68B5FF

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

Shades of Maya Blue #68B5FF

Tints of Maya Blue #68B5FF

Color information

#68B5FF (or 0x68B5FF) is unknown color: approx Maya Blue. HEX triplet: 68, B5 and FF. RGB value is (104,181,255). Sum of RGB (Red+Green+Blue) = 104+181+255=540 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.26% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #68B5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68B5FF is #974A00. Grayscale: #A6A6A6. Windows color (decimal): -9914881 or 16758120. OLE color: 16758120.

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

Color convert

RGB104181255-
CMYK0.590.2900
HSL209.4º100%70.39%-
HSV(B)209.4º59.22%100%-
XYZ40.2843.21100.83-
YUV166.41177.9983.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.26%
GREEN value IS 181 (71.09% from 255) = 33.52%
BLUE value IS 255 (100% from 255) = 47.22%
R=19.26%
G=33.52%
B=47.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1041812550.590.2900209.410070.39
Hex68B5FF3B1D00d16446
Octal150265377733500321144106
Binary1101000101101011111111111101111101001101000111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,181,255); }

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

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

 a { background-color: rgb(104,181,255); }

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

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

 span { border-color: rgb(104,181,255); }

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