#68BCF9

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

Shades of Maya Blue #68BCF9

Tints of Maya Blue #68BCF9

Color information

#68BCF9 (or 0x68BCF9) is unknown color: approx Maya Blue. HEX triplet: 68, BC and F9. RGB value is (104,188,249). Sum of RGB (Red+Green+Blue) = 104+188+249=541 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.22% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 249 (97.66% from 255 or 46.03% from 541); Max value from RGB is 249 - color contains mainly: blue. Hex color #68BCF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BCF9 is #974306. Grayscale: #A9A9A9. Windows color (decimal): -9913095 or 16366696. OLE color: 16366696.

HSL color Cylindrical-coordinate representation of color #68BCF9: hue angle of 205.24º 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 #68BCF9 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB104188249-
CMYK0.580.2400.02
HSL205.24º92.36%69.22%-
HSV(B)205.24º58.23%97.65%-
XYZ40.7945.7596.3-
YUV169.84172.6781.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.22%
GREEN value IS 188 (73.83% from 255) = 34.75%
BLUE value IS 249 (97.66% from 255) = 46.03%
R=19.22%
G=34.75%
B=46.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1041882490.580.2400.02205.2492.3669.22
Hex68BCF93A1802cd5c45
Octal150274371723002315134105
Binary11010001011110011111001111010110000101100110110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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