#69BAFB

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

Shades of Maya Blue #69BAFB

Tints of Maya Blue #69BAFB

Color information

#69BAFB (or 0x69BAFB) is unknown color: approx Maya Blue. HEX triplet: 69, BA and FB. RGB value is (105,186,251). Sum of RGB (Red+Green+Blue) = 105+186+251=542 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.37% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #69BAFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BAFB is #964504. Grayscale: #A8A8A8. Windows color (decimal): -9848069 or 16497257. OLE color: 16497257.

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

Color convert

RGB105186251-
CMYK0.580.2600.02
HSL206.71º94.81%69.8%-
HSV(B)206.71º58.17%98.43%-
XYZ40.845.0997.82-
YUV169.19174.1682.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.37%
GREEN value IS 186 (73.05% from 255) = 34.32%
BLUE value IS 251 (98.44% from 255) = 46.31%
R=19.37%
G=34.32%
B=46.31%

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
Decimal1051862510.580.2600.02206.7194.8169.8
Hex69BAFB3A1A02cf5f46
Octal151272373723202317137106
Binary11010011011101011111011111010110100101100111110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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