#69B5FF

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

Shades of Maya Blue #69B5FF

Tints of Maya Blue #69B5FF

Color information

#69B5FF (or 0x69B5FF) is unknown color: approx Maya Blue. HEX triplet: 69, B5 and FF. RGB value is (105,181,255). Sum of RGB (Red+Green+Blue) = 105+181+255=541 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.41% from 541); Green value is 181 (71.09% from 255 or 33.46% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #69B5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69B5FF is #964A00. Grayscale: #A6A6A6. Windows color (decimal): -9849345 or 16758121. OLE color: 16758121.

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

Color convert

RGB105181255-
CMYK0.590.2900
HSL209.6º100%70.59%-
HSV(B)209.6º58.82%100%-
XYZ40.443.27100.83-
YUV166.71177.8283.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.41%
GREEN value IS 181 (71.09% from 255) = 33.46%
BLUE value IS 255 (100% from 255) = 47.13%
R=19.41%
G=33.46%
B=47.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1051812550.590.2900209.610070.59
Hex69B5FF3B1D00d26447
Octal151265377733500322144107
Binary1101001101101011111111111101111101001101001011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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