#68AFFB

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

Shades of Maya Blue #68AFFB

Tints of Maya Blue #68AFFB

Color information

#68AFFB (or 0x68AFFB) is unknown color: approx Maya Blue. HEX triplet: 68, AF and FB. RGB value is (104,175,251). Sum of RGB (Red+Green+Blue) = 104+175+251=530 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.62% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #68AFFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AFFB is #975004. Grayscale: #A2A2A2. Windows color (decimal): -9916421 or 16494440. OLE color: 16494440.

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

Color convert

RGB104175251-
CMYK0.590.3000.02
HSL211.02º94.84%69.61%-
HSV(B)211.02º58.57%98.43%-
XYZ38.4540.5797.07-
YUV162.44177.9886.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.62%
GREEN value IS 175 (68.75% from 255) = 33.02%
BLUE value IS 251 (98.44% from 255) = 47.36%
R=19.62%
G=33.02%
B=47.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1041752510.590.3000.02211.0294.8469.61
Hex68AFFB3B1E02d35f46
Octal150257373733602323137106
Binary11010001010111111111011111011111100101101001110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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