#69BDF9

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

Shades of Maya Blue #69BDF9

Tints of Maya Blue #69BDF9

Color information

#69BDF9 (or 0x69BDF9) is unknown color: approx Maya Blue. HEX triplet: 69, BD and F9. RGB value is (105,189,249). Sum of RGB (Red+Green+Blue) = 105+189+249=543 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.34% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 249 (97.66% from 255 or 45.86% from 543); Max value from RGB is 249 - color contains mainly: blue. Hex color #69BDF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BDF9 is #964206. Grayscale: #AAAAAA. Windows color (decimal): -9847303 or 16366953. OLE color: 16366953.

HSL color Cylindrical-coordinate representation of color #69BDF9: hue angle of 205º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69BDF9 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB105189249-
CMYK0.580.2400.02
HSL205º92.31%69.41%-
HSV(B)205º57.83%97.65%-
XYZ41.1246.2496.38-
YUV170.72172.1781.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.34%
GREEN value IS 189 (74.22% from 255) = 34.81%
BLUE value IS 249 (97.66% from 255) = 45.86%
R=19.34%
G=34.81%
B=45.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1051892490.580.2400.0220592.3169.41
Hex69BDF93A1802cd5c45
Octal151275371723002315134105
Binary11010011011110111111001111010110000101100110110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,189,249); }

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

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

 a { background-color: rgb(105,189,249); }

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

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

 span { border-color: rgb(105,189,249); }

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