#68befb

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

Shades of Maya Blue #68BEFB

Tints of Maya Blue #68BEFB

Color information

#68BEFB (or 0x68BEFB) is unknown color: approx Maya Blue. HEX triplet: 68, BE and FB. RGB value is (104,190,251). Sum of RGB (Red+Green+Blue) = 104+190+251=545 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.08% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #68BEFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BEFB is #974104. Grayscale: #AAAAAA. Windows color (decimal): -9912581 or 16498280. OLE color: 16498280.

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

Color convert

RGB104190251-
CMYK0.590.2400.02
HSL204.9º94.84%69.61%-
HSV(B)204.9º58.57%98.43%-
XYZ41.5346.7498.1-
YUV171.24173.0180.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.08%
GREEN value IS 190 (74.61% from 255) = 34.86%
BLUE value IS 251 (98.44% from 255) = 46.06%
R=19.08%
G=34.86%
B=46.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1041902510.590.2400.02204.994.8469.61
Hex68BEFB3B1802cd5f46
Octal150276373733002315137106
Binary11010001011111011111011111011110000101100110110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68befb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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