#68B3FF

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

Shades of Maya Blue #68B3FF

Tints of Maya Blue #68B3FF

Color information

#68B3FF (or 0x68B3FF) is unknown color: approx Maya Blue. HEX triplet: 68, B3 and FF. RGB value is (104,179,255). Sum of RGB (Red+Green+Blue) = 104+179+255=538 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.33% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #68B3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68B3FF is #974C00. Grayscale: #A4A4A4. Windows color (decimal): -9915393 or 16757608. OLE color: 16757608.

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

Color convert

RGB104179255-
CMYK0.590.3000
HSL210.2º100%70.39%-
HSV(B)210.2º59.22%100%-
XYZ39.8842.4100.69-
YUV165.24178.6584.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.33%
GREEN value IS 179 (70.31% from 255) = 33.27%
BLUE value IS 255 (100% from 255) = 47.40%
R=19.33%
G=33.27%
B=47.40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1041792550.590.3000210.210070.39
Hex68B3FF3B1E00d26446
Octal150263377733600322144106
Binary1101000101100111111111111101111110001101001011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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