#69ACFE

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

Shades of Maya Blue #69ACFE

Tints of Maya Blue #69ACFE

Color information

#69ACFE (or 0x69ACFE) is unknown color: approx Maya Blue. HEX triplet: 69, AC and FE. RGB value is (105,172,254). Sum of RGB (Red+Green+Blue) = 105+172+254=531 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.77% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #69ACFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69ACFE is #965301. Grayscale: #A0A0A0. Windows color (decimal): -9851650 or 16690281. OLE color: 16690281.

HSL color Cylindrical-coordinate representation of color #69ACFE: hue angle of 213.02º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69ACFE is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB105172254-
CMYK0.590.3200.00
HSL213.02º98.68%70.39%-
HSV(B)213.02º58.66%99.61%-
XYZ38.4739.6699.39-
YUV161.32180.387.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.77%
GREEN value IS 172 (67.58% from 255) = 32.39%
BLUE value IS 254 (99.61% from 255) = 47.83%
R=19.77%
G=32.39%
B=47.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1051722540.590.3200.00213.0298.6870.39
Hex69ACFE3B2000d56346
Octal151254376734000325143106
Binary11010011010110011111110111011100000001101010111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,172,254); }

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

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

 a { background-color: rgb(105,172,254); }

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

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

 span { border-color: rgb(105,172,254); }

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