#68BAFF

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

Shades of Maya Blue #68BAFF

Tints of Maya Blue #68BAFF

Color information

#68BAFF (or 0x68BAFF) is unknown color: approx Maya Blue. HEX triplet: 68, BA and FF. RGB value is (104,186,255). Sum of RGB (Red+Green+Blue) = 104+186+255=545 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.08% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #68BAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BAFF is #974500. Grayscale: #A8A8A8. Windows color (decimal): -9913601 or 16759400. OLE color: 16759400.

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

Color convert

RGB104186255-
CMYK0.590.2700
HSL207.42º100%70.39%-
HSV(B)207.42º59.22%100%-
XYZ41.3245.28101.17-
YUV169.35176.3381.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.08%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 255 (100% from 255) = 46.79%
R=19.08%
G=34.13%
B=46.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1041862550.590.2700207.4210070.39
Hex68BAFF3B1B00cf6446
Octal150272377733300317144106
Binary1101000101110101111111111101111011001100111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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