#69BBF9

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

Shades of Maya Blue #69BBF9

Tints of Maya Blue #69BBF9

Color information

#69BBF9 (or 0x69BBF9) is unknown color: approx Maya Blue. HEX triplet: 69, BB and F9. RGB value is (105,187,249). Sum of RGB (Red+Green+Blue) = 105+187+249=541 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.41% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 249 (97.66% from 255 or 46.03% from 541); Max value from RGB is 249 - color contains mainly: blue. Hex color #69BBF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BBF9 is #964406. Grayscale: #A9A9A9. Windows color (decimal): -9847815 or 16366441. OLE color: 16366441.

HSL color Cylindrical-coordinate representation of color #69BBF9: hue angle of 205.83º 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 #69BBF9 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB105187249-
CMYK0.580.2500.02
HSL205.83º92.31%69.41%-
HSV(B)205.83º57.83%97.65%-
XYZ40.6945.3896.24-
YUV169.55172.8381.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.41%
GREEN value IS 187 (73.44% from 255) = 34.57%
BLUE value IS 249 (97.66% from 255) = 46.03%
R=19.41%
G=34.57%
B=46.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1051872490.580.2500.02205.8392.3169.41
Hex69BBF93A1902ce5c45
Octal151273371723102316134105
Binary11010011011101111111001111010110010101100111010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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