#68BBFD

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

Shades of Maya Blue #68BBFD

Tints of Maya Blue #68BBFD

Color information

#68BBFD (or 0x68BBFD) is unknown color: approx Maya Blue. HEX triplet: 68, BB and FD. RGB value is (104,187,253). Sum of RGB (Red+Green+Blue) = 104+187+253=544 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.12% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #68BBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BBFD is #974402. Grayscale: #A9A9A9. Windows color (decimal): -9913347 or 16628584. OLE color: 16628584.

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

Color convert

RGB104187253-
CMYK0.590.2600.01
HSL206.58º97.39%70%-
HSV(B)206.58º58.89%99.22%-
XYZ41.2145.5899.55-
YUV169.7117581.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.12%
GREEN value IS 187 (73.44% from 255) = 34.38%
BLUE value IS 253 (99.22% from 255) = 46.51%
R=19.12%
G=34.38%
B=46.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1041872530.590.2600.01206.5897.3970
Hex68BBFD3B1A01cf6146
Octal150273375733201317141106
Binary1101000101110111111110111101111010011100111111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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