#68BEF1

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

Shades of Maya Blue #68BEF1

Tints of Maya Blue #68BEF1

Color information

#68BEF1 (or 0x68BEF1) is unknown color: approx Maya Blue. HEX triplet: 68, BE and F1. RGB value is (104,190,241). Sum of RGB (Red+Green+Blue) = 104+190+241=535 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.44% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #68BEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BEF1 is #97410E. Grayscale: #A9A9A9. Windows color (decimal): -9912591 or 15842920. OLE color: 15842920.

HSL color Cylindrical-coordinate representation of color #68BEF1: hue angle of 202.34º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68BEF1 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB104190241-
CMYK0.570.2100.05
HSL202.34º83.03%67.65%-
HSV(B)202.34º56.85%94.51%-
XYZ4046.1290.01-
YUV170.1168.0180.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.44%
GREEN value IS 190 (74.61% from 255) = 35.51%
BLUE value IS 241 (94.53% from 255) = 45.05%
R=19.44%
G=35.51%
B=45.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1041902410.570.2100.05202.3483.0367.65
Hex68BEF1391505ca5344
Octal150276361712505312123104
Binary110100010111110111100011110011010101011100101010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,190,241); }

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

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

 a { background-color: rgb(104,190,241); }

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

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

 span { border-color: rgb(104,190,241); }

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