#68B3FC

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

Shades of Maya Blue #68B3FC

Tints of Maya Blue #68B3FC

Color information

#68B3FC (or 0x68B3FC) is unknown color: approx Maya Blue. HEX triplet: 68, B3 and FC. RGB value is (104,179,252). Sum of RGB (Red+Green+Blue) = 104+179+252=535 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.44% from 535); Green value is 179 (70.31% from 255 or 33.46% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #68B3FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68B3FC is #974C03. Grayscale: #A4A4A4. Windows color (decimal): -9915396 or 16561000. OLE color: 16561000.

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

Color convert

RGB104179252-
CMYK0.590.2900.01
HSL209.59º96.1%69.8%-
HSV(B)209.59º58.73%98.82%-
XYZ39.442.2198.17-
YUV164.9177.1584.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.44%
GREEN value IS 179 (70.31% from 255) = 33.46%
BLUE value IS 252 (98.83% from 255) = 47.10%
R=19.44%
G=33.46%
B=47.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1041792520.590.2900.01209.5996.169.8
Hex68B3FC3B1D01d26046
Octal150263374733501322140106
Binary1101000101100111111110011101111101011101001011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,179,252); }

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

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

 a { background-color: rgb(104,179,252); }

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

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

 span { border-color: rgb(104,179,252); }

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