#69B6F9

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

Shades of Maya Blue #69B6F9

Tints of Maya Blue #69B6F9

Color information

#69B6F9 (or 0x69B6F9) is unknown color: approx Maya Blue. HEX triplet: 69, B6 and F9. RGB value is (105,182,249). Sum of RGB (Red+Green+Blue) = 105+182+249=536 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.59% from 536); Green value is 182 (71.48% from 255 or 33.96% from 536); Blue value is 249 (97.66% from 255 or 46.46% from 536); Max value from RGB is 249 - color contains mainly: blue. Hex color #69B6F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69B6F9 is #964906. Grayscale: #A6A6A6. Windows color (decimal): -9849095 or 16365161. OLE color: 16365161.

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

Color convert

RGB105182249-
CMYK0.580.2700.02
HSL207.92º92.31%69.41%-
HSV(B)207.92º57.83%97.65%-
XYZ39.6543.395.89-
YUV166.61174.4984.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.59%
GREEN value IS 182 (71.48% from 255) = 33.96%
BLUE value IS 249 (97.66% from 255) = 46.46%
R=19.59%
G=33.96%
B=46.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1051822490.580.2700.02207.9292.3169.41
Hex69B6F93A1B02d05c45
Octal151266371723302320134105
Binary11010011011011011111001111010110110101101000010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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