#68C4EF

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

Shades of Maya Blue #68C4EF

Tints of Maya Blue #68C4EF

Color information

#68C4EF (or 0x68C4EF) is unknown color: approx Maya Blue. HEX triplet: 68, C4 and EF. RGB value is (104,196,239). Sum of RGB (Red+Green+Blue) = 104+196+239=539 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.29% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #68C4EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C4EF is #973B10. Grayscale: #ADADAD. Windows color (decimal): -9911057 or 15713384. OLE color: 15713384.

HSL color Cylindrical-coordinate representation of color #68C4EF: hue angle of 199.11º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68C4EF is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB104196239-
CMYK0.560.1800.06
HSL199.11º80.84%67.25%-
HSV(B)199.11º56.49%93.73%-
XYZ41.0348.6588.89-
YUV173.39165.0278.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.29%
GREEN value IS 196 (76.95% from 255) = 36.36%
BLUE value IS 239 (93.75% from 255) = 44.34%
R=19.29%
G=36.36%
B=44.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1041962390.560.1800.06199.1180.8467.25
Hex68C4EF381206c75143
Octal150304357702206307121103
Binary110100011000100111011111110001001001101100011110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,196,239); }

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

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

 a { background-color: rgb(104,196,239); }

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

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

 span { border-color: rgb(104,196,239); }

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