#68CEFD

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

Shades of Maya Blue #68CEFD

Tints of Maya Blue #68CEFD

Color information

#68CEFD (or 0x68CEFD) is unknown color: approx Maya Blue. HEX triplet: 68, CE and FD. RGB value is (104,206,253). Sum of RGB (Red+Green+Blue) = 104+206+253=563 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.47% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #68CEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CEFD is #973102. Grayscale: #B4B4B4. Windows color (decimal): -9908483 or 16633448. OLE color: 16633448.

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

Color convert

RGB104206253-
CMYK0.590.1900.01
HSL198.93º97.39%70%-
HSV(B)198.93º58.89%99.22%-
XYZ45.5154.18100.99-
YUV180.86168.7173.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.47%
GREEN value IS 206 (80.86% from 255) = 36.59%
BLUE value IS 253 (99.22% from 255) = 44.94%
R=18.47%
G=36.59%
B=44.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1042062530.590.1900.01198.9397.3970
Hex68CEFD3B1301c76146
Octal150316375732301307141106
Binary1101000110011101111110111101110011011100011111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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