#68b3f9

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

Shades of Maya Blue #68B3F9

Tints of Maya Blue #68B3F9

Color information

#68B3F9 (or 0x68B3F9) is unknown color: approx Maya Blue. HEX triplet: 68, B3 and F9. RGB value is (104,179,249). Sum of RGB (Red+Green+Blue) = 104+179+249=532 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.55% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 249 (97.66% from 255 or 46.80% from 532); Max value from RGB is 249 - color contains mainly: blue. Hex color #68B3F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68B3F9 is #974C06. Grayscale: #A4A4A4. Windows color (decimal): -9915399 or 16364392. OLE color: 16364392.

HSL color Cylindrical-coordinate representation of color #68B3F9: hue angle of 208.97º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68B3F9 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB104179249-
CMYK0.580.2800.02
HSL208.97º92.36%69.22%-
HSV(B)208.97º58.23%97.65%-
XYZ38.9342.0295.68-
YUV164.55175.6584.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.55%
GREEN value IS 179 (70.31% from 255) = 33.65%
BLUE value IS 249 (97.66% from 255) = 46.80%
R=19.55%
G=33.65%
B=46.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1041792490.580.2800.02208.9792.3669.22
Hex68B3F93A1C02d15c45
Octal150263371723402321134105
Binary11010001011001111111001111010111000101101000110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68b3f9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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