#69ABFF

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

Shades of Maya Blue #69ABFF

Tints of Maya Blue #69ABFF

Color information

#69ABFF (or 0x69ABFF) is unknown color: approx Maya Blue. HEX triplet: 69, AB and FF. RGB value is (105,171,255). Sum of RGB (Red+Green+Blue) = 105+171+255=531 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.77% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #69ABFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69ABFF is #965400. Grayscale: #A0A0A0. Windows color (decimal): -9851905 or 16755561. OLE color: 16755561.

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

Color convert

RGB105171255-
CMYK0.590.3300
HSL213.6º100%70.59%-
HSV(B)213.6º58.82%100%-
XYZ38.4439.35100.18-
YUV160.84181.1388.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.77%
GREEN value IS 171 (67.19% from 255) = 32.20%
BLUE value IS 255 (100% from 255) = 48.02%
R=19.77%
G=32.20%
B=48.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1051712550.590.3300213.610070.59
Hex69ABFF3B2100d66447
Octal151253377734100326144107
Binary11010011010101111111111111011100001001101011011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69ABFF; }

 p { color: rgb(105,171,255); }

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

<style>
 a { background-color: #69ABFF; }

 a { background-color: rgb(105,171,255); }

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

<style>
 span { border-color: #69ABFF; }

 span { border-color: rgb(105,171,255); }

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