#68CEFF

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

Shades of Maya Blue #68CEFF

Tints of Maya Blue #68CEFF

Color information

#68CEFF (or 0x68CEFF) is unknown color: approx Maya Blue. HEX triplet: 68, CE and FF. RGB value is (104,206,255). Sum of RGB (Red+Green+Blue) = 104+206+255=565 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.41% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #68CEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CEFF is #973100. Grayscale: #B4B4B4. Windows color (decimal): -9908481 or 16764520. OLE color: 16764520.

HSL color Cylindrical-coordinate representation of color #68CEFF: hue angle of 199.47º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68CEFF is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB104206255-
CMYK0.590.1900
HSL199.47º100%70.39%-
HSV(B)199.47º59.22%100%-
XYZ45.8354.31102.67-
YUV181.09169.7173.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.41%
GREEN value IS 206 (80.86% from 255) = 36.46%
BLUE value IS 255 (100% from 255) = 45.13%
R=18.41%
G=36.46%
B=45.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1042062550.590.1900199.4710070.39
Hex68CEFF3B1300c76446
Octal150316377732300307144106
Binary1101000110011101111111111101110011001100011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,206,255); }

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

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

 a { background-color: rgb(104,206,255); }

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

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

 span { border-color: rgb(104,206,255); }

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