#68BAFD

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

Shades of Maya Blue #68BAFD

Tints of Maya Blue #68BAFD

Color information

#68BAFD (or 0x68BAFD) is unknown color: approx Maya Blue. HEX triplet: 68, BA and FD. RGB value is (104,186,253). Sum of RGB (Red+Green+Blue) = 104+186+253=543 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.15% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #68BAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BAFD is #974502. Grayscale: #A8A8A8. Windows color (decimal): -9913603 or 16628328. OLE color: 16628328.

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

Color convert

RGB104186253-
CMYK0.590.2600.01
HSL206.98º97.39%70%-
HSV(B)206.98º58.89%99.22%-
XYZ4145.1599.48-
YUV169.12175.3381.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.15%
GREEN value IS 186 (73.05% from 255) = 34.25%
BLUE value IS 253 (99.22% from 255) = 46.59%
R=19.15%
G=34.25%
B=46.59%

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
Decimal1041862530.590.2600.01206.9897.3970
Hex68BAFD3B1A01cf6146
Octal150272375733201317141106
Binary1101000101110101111110111101111010011100111111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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