#69B9FF

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

Shades of Maya Blue #69B9FF

Tints of Maya Blue #69B9FF

Color information

#69B9FF (or 0x69B9FF) is unknown color: approx Maya Blue. HEX triplet: 69, B9 and FF. RGB value is (105,185,255). Sum of RGB (Red+Green+Blue) = 105+185+255=545 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.27% from 545); Green value is 185 (72.66% from 255 or 33.94% 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 #69B9FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69B9FF is #964600. Grayscale: #A8A8A8. Windows color (decimal): -9848321 or 16759145. OLE color: 16759145.

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

Color convert

RGB105185255-
CMYK0.590.2700
HSL208º100%70.59%-
HSV(B)208º58.82%100%-
XYZ41.2244.92101.11-
YUV169.06176.582.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.27%
GREEN value IS 185 (72.66% from 255) = 33.94%
BLUE value IS 255 (100% from 255) = 46.79%
R=19.27%
G=33.94%
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
Decimal1051852550.590.270020810070.59
Hex69B9FF3B1B00d06447
Octal151271377733300320144107
Binary1101001101110011111111111101111011001101000011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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