#69B9FB

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

Shades of Maya Blue #69B9FB

Tints of Maya Blue #69B9FB

Color information

#69B9FB (or 0x69B9FB) is unknown color: approx Maya Blue. HEX triplet: 69, B9 and FB. RGB value is (105,185,251). Sum of RGB (Red+Green+Blue) = 105+185+251=541 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.41% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #69B9FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69B9FB is #964604. Grayscale: #A8A8A8. Windows color (decimal): -9848325 or 16497001. OLE color: 16497001.

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

Color convert

RGB105185251-
CMYK0.580.2600.02
HSL207.12º94.81%69.8%-
HSV(B)207.12º58.17%98.43%-
XYZ40.5944.6797.75-
YUV168.6174.582.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.41%
GREEN value IS 185 (72.66% from 255) = 34.20%
BLUE value IS 251 (98.44% from 255) = 46.40%
R=19.41%
G=34.20%
B=46.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1051852510.580.2600.02207.1294.8169.8
Hex69B9FB3A1A02cf5f46
Octal151271373723202317137106
Binary11010011011100111111011111010110100101100111110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,185,251); }

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

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

 a { background-color: rgb(105,185,251); }

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

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

 span { border-color: rgb(105,185,251); }

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