#69BAFF

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

Shades of Maya Blue #69BAFF

Tints of Maya Blue #69BAFF

Color information

#69BAFF (or 0x69BAFF) is unknown color: approx Maya Blue. HEX triplet: 69, BA and FF. RGB value is (105,186,255). Sum of RGB (Red+Green+Blue) = 105+186+255=546 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.23% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #69BAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BAFF is #964500. Grayscale: #A9A9A9. Windows color (decimal): -9848065 or 16759401. OLE color: 16759401.

HSL color Cylindrical-coordinate representation of color #69BAFF: hue angle of 207.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 #69BAFF is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB105186255-
CMYK0.590.2700
HSL207.6º100%70.59%-
HSV(B)207.6º58.82%100%-
XYZ41.4345.34101.18-
YUV169.65176.1681.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.23%
GREEN value IS 186 (73.05% from 255) = 34.07%
BLUE value IS 255 (100% from 255) = 46.70%
R=19.23%
G=34.07%
B=46.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1051862550.590.2700207.610070.59
Hex69BAFF3B1B00d06447
Octal151272377733300320144107
Binary1101001101110101111111111101111011001101000011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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