#69ADFB

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

Shades of Maya Blue #69ADFB

Tints of Maya Blue #69ADFB

Color information

#69ADFB (or 0x69ADFB) is unknown color: approx Maya Blue. HEX triplet: 69, AD and FB. RGB value is (105,173,251). Sum of RGB (Red+Green+Blue) = 105+173+251=529 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.85% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #69ADFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69ADFB is #965204. Grayscale: #A1A1A1. Windows color (decimal): -9851397 or 16493929. OLE color: 16493929.

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

Color convert

RGB105173251-
CMYK0.580.3100.02
HSL212.05º94.81%69.8%-
HSV(B)212.05º58.17%98.43%-
XYZ38.1839.8696.95-
YUV161.56178.4787.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.85%
GREEN value IS 173 (67.97% from 255) = 32.70%
BLUE value IS 251 (98.44% from 255) = 47.45%
R=19.85%
G=32.70%
B=47.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1051732510.580.3100.02212.0594.8169.8
Hex69ADFB3A1F02d45f46
Octal151255373723702324137106
Binary11010011010110111111011111010111110101101010010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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