#68AFF4

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

Shades of Maya Blue #68AFF4

Tints of Maya Blue #68AFF4

Color information

#68AFF4 (or 0x68AFF4) is unknown color: approx Maya Blue. HEX triplet: 68, AF and F4. RGB value is (104,175,244). Sum of RGB (Red+Green+Blue) = 104+175+244=523 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.89% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 244 (95.70% from 255 or 46.65% from 523); Max value from RGB is 244 - color contains mainly: blue. Hex color #68AFF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AFF4 is #97500B. Grayscale: #A1A1A1. Windows color (decimal): -9916428 or 16035688. OLE color: 16035688.

HSL color Cylindrical-coordinate representation of color #68AFF4: hue angle of 209.57º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68AFF4 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB104175244-
CMYK0.570.2800.04
HSL209.57º86.42%68.24%-
HSV(B)209.57º57.38%95.69%-
XYZ37.3740.1391.37-
YUV161.64174.4886.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.89%
GREEN value IS 175 (68.75% from 255) = 33.46%
BLUE value IS 244 (95.70% from 255) = 46.65%
R=19.89%
G=33.46%
B=46.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1041752440.570.2800.04209.5786.4268.24
Hex68AFF4391C04d25644
Octal150257364713404322126104
Binary110100010101111111101001110011110001001101001010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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