#68BCFD

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

Shades of Maya Blue #68BCFD

Tints of Maya Blue #68BCFD

Color information

#68BCFD (or 0x68BCFD) is unknown color: approx Maya Blue. HEX triplet: 68, BC and FD. RGB value is (104,188,253). Sum of RGB (Red+Green+Blue) = 104+188+253=545 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.08% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #68BCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BCFD is #974302. Grayscale: #A9A9A9. Windows color (decimal): -9913091 or 16628840. OLE color: 16628840.

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

Color convert

RGB104188253-
CMYK0.590.2600.01
HSL206.17º97.39%70%-
HSV(B)206.17º58.89%99.22%-
XYZ41.424699.62-
YUV170.29174.6780.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.08%
GREEN value IS 188 (73.83% from 255) = 34.50%
BLUE value IS 253 (99.22% from 255) = 46.42%
R=19.08%
G=34.50%
B=46.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1041882530.590.2600.01206.1797.3970
Hex68BCFD3B1A01ce6146
Octal150274375733201316141106
Binary1101000101111001111110111101111010011100111011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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