#68CCFD

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

Shades of Maya Blue #68CCFD

Tints of Maya Blue #68CCFD

Color information

#68CCFD (or 0x68CCFD) is unknown color: approx Maya Blue. HEX triplet: 68, CC and FD. RGB value is (104,204,253). Sum of RGB (Red+Green+Blue) = 104+204+253=561 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.54% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #68CCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CCFD is #973302. Grayscale: #B3B3B3. Windows color (decimal): -9908995 or 16632936. OLE color: 16632936.

HSL color Cylindrical-coordinate representation of color #68CCFD: hue angle of 199.73º 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 #68CCFD is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB104204253-
CMYK0.590.1900.01
HSL199.73º97.39%70%-
HSV(B)199.73º58.89%99.22%-
XYZ45.0353.22100.83-
YUV179.69169.3774.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.54%
GREEN value IS 204 (80.08% from 255) = 36.36%
BLUE value IS 253 (99.22% from 255) = 45.10%
R=18.54%
G=36.36%
B=45.10%

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
Decimal1042042530.590.1900.01199.7397.3970
Hex68CCFD3B1301c86146
Octal150314375732301310141106
Binary1101000110011001111110111101110011011100100011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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