#68ACFB

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

Shades of Maya Blue #68ACFB

Tints of Maya Blue #68ACFB

Color information

#68ACFB (or 0x68ACFB) is unknown color: approx Maya Blue. HEX triplet: 68, AC and FB. RGB value is (104,172,251). Sum of RGB (Red+Green+Blue) = 104+172+251=527 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.73% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #68ACFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ACFB is #975304. Grayscale: #A0A0A0. Windows color (decimal): -9917189 or 16493672. OLE color: 16493672.

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

Color convert

RGB104172251-
CMYK0.590.3100.02
HSL212.24º94.84%69.61%-
HSV(B)212.24º58.57%98.43%-
XYZ37.8739.4196.88-
YUV160.67178.9787.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.73%
GREEN value IS 172 (67.58% from 255) = 32.64%
BLUE value IS 251 (98.44% from 255) = 47.63%
R=19.73%
G=32.64%
B=47.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1041722510.590.3100.02212.2494.8469.61
Hex68ACFB3B1F02d45f46
Octal150254373733702324137106
Binary11010001010110011111011111011111110101101010010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68ACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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