#68CAF6

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

Shades of Maya Blue #68CAF6

Tints of Maya Blue #68CAF6

Color information

#68CAF6 (or 0x68CAF6) is unknown color: approx Maya Blue. HEX triplet: 68, CA and F6. RGB value is (104,202,246). Sum of RGB (Red+Green+Blue) = 104+202+246=552 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.84% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 246 (96.48% from 255 or 44.57% from 552); Max value from RGB is 246 - color contains mainly: blue. Hex color #68CAF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CAF6 is #973509. Grayscale: #B1B1B1. Windows color (decimal): -9909514 or 16173672. OLE color: 16173672.

HSL color Cylindrical-coordinate representation of color #68CAF6: hue angle of 198.59º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68CAF6 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB104202246-
CMYK0.580.1800.04
HSL198.59º88.75%68.63%-
HSV(B)198.59º57.72%96.47%-
XYZ43.4651.8494.9-
YUV177.71166.5375.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.84%
GREEN value IS 202 (79.30% from 255) = 36.59%
BLUE value IS 246 (96.48% from 255) = 44.57%
R=18.84%
G=36.59%
B=44.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1042022460.580.1800.04198.5988.7568.63
Hex68CAF63A1204c75945
Octal150312366722204307131105
Binary110100011001010111101101110101001001001100011110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,202,246); }

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

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

 a { background-color: rgb(104,202,246); }

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

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

 span { border-color: rgb(104,202,246); }

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