#69BAFE

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

Shades of Maya Blue #69BAFE

Tints of Maya Blue #69BAFE

Color information

#69BAFE (or 0x69BAFE) is unknown color: approx Maya Blue. HEX triplet: 69, BA and FE. RGB value is (105,186,254). Sum of RGB (Red+Green+Blue) = 105+186+254=545 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.27% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #69BAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BAFE is #964501. Grayscale: #A9A9A9. Windows color (decimal): -9848066 or 16693865. OLE color: 16693865.

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

Color convert

RGB105186254-
CMYK0.590.2700.00
HSL207.38º98.68%70.39%-
HSV(B)207.38º58.66%99.61%-
XYZ41.2745.28100.33-
YUV169.53175.6681.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.27%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 254 (99.61% from 255) = 46.61%
R=19.27%
G=34.13%
B=46.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1051862540.590.2700.00207.3898.6870.39
Hex69BAFE3B1B00cf6346
Octal151272376733300317143106
Binary1101001101110101111111011101111011001100111111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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