#68B3FB

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

Shades of Maya Blue #68B3FB

Tints of Maya Blue #68B3FB

Color information

#68B3FB (or 0x68B3FB) is unknown color: approx Maya Blue. HEX triplet: 68, B3 and FB. RGB value is (104,179,251). Sum of RGB (Red+Green+Blue) = 104+179+251=534 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.48% from 534); Green value is 179 (70.31% from 255 or 33.52% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #68B3FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68B3FB is #974C04. Grayscale: #A4A4A4. Windows color (decimal): -9915397 or 16495464. OLE color: 16495464.

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

Color convert

RGB104179251-
CMYK0.590.2900.02
HSL209.39º94.84%69.61%-
HSV(B)209.39º58.57%98.43%-
XYZ39.2442.1597.33-
YUV164.78176.6584.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.48%
GREEN value IS 179 (70.31% from 255) = 33.52%
BLUE value IS 251 (98.44% from 255) = 47.00%
R=19.48%
G=33.52%
B=47.00%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1041792510.590.2900.02209.3994.8469.61
Hex68B3FB3B1D02d15f46
Octal150263373733502321137106
Binary11010001011001111111011111011111010101101000110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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