#68CCFB

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

Shades of Maya Blue #68CCFB

Tints of Maya Blue #68CCFB

Color information

#68CCFB (or 0x68CCFB) is unknown color: approx Maya Blue. HEX triplet: 68, CC and FB. RGB value is (104,204,251). Sum of RGB (Red+Green+Blue) = 104+204+251=559 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.60% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #68CCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CCFB is #973304. Grayscale: #B3B3B3. Windows color (decimal): -9908997 or 16501864. OLE color: 16501864.

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

Color convert

RGB104204251-
CMYK0.590.1900.02
HSL199.18º94.84%69.61%-
HSV(B)199.18º58.57%98.43%-
XYZ44.7153.0999.16-
YUV179.46168.3774.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.60%
GREEN value IS 204 (80.08% from 255) = 36.49%
BLUE value IS 251 (98.44% from 255) = 44.90%
R=18.60%
G=36.49%
B=44.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1042042510.590.1900.02199.1894.8469.61
Hex68CCFB3B1302c75f46
Octal150314373732302307137106
Binary11010001100110011111011111011100110101100011110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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