#69BDFA

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

Shades of Maya Blue #69BDFA

Tints of Maya Blue #69BDFA

Color information

#69BDFA (or 0x69BDFA) is unknown color: approx Maya Blue. HEX triplet: 69, BD and FA. RGB value is (105,189,250). Sum of RGB (Red+Green+Blue) = 105+189+250=544 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.30% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #69BDFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BDFA is #964205. Grayscale: #AAAAAA. Windows color (decimal): -9847302 or 16432489. OLE color: 16432489.

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

Color convert

RGB105189250-
CMYK0.580.2400.02
HSL205.24º93.55%69.61%-
HSV(B)205.24º58%98.04%-
XYZ41.2846.397.2-
YUV170.84172.6781.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.30%
GREEN value IS 189 (74.22% from 255) = 34.74%
BLUE value IS 250 (98.05% from 255) = 45.96%
R=19.30%
G=34.74%
B=45.96%

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
Decimal1051892500.580.2400.02205.2493.5569.61
Hex69BDFA3A1802cd5e46
Octal151275372723002315136106
Binary11010011011110111111010111010110000101100110110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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