#69B8FF

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

Shades of Maya Blue #69B8FF

Tints of Maya Blue #69B8FF

Color information

#69B8FF (or 0x69B8FF) is unknown color: approx Maya Blue. HEX triplet: 69, B8 and FF. RGB value is (105,184,255). Sum of RGB (Red+Green+Blue) = 105+184+255=544 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.30% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #69B8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69B8FF is #964700. Grayscale: #A8A8A8. Windows color (decimal): -9848577 or 16758889. OLE color: 16758889.

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

Color convert

RGB105184255-
CMYK0.590.2800
HSL208.4º100%70.59%-
HSV(B)208.4º58.82%100%-
XYZ41.0244.5101.04-
YUV168.47176.8382.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.30%
GREEN value IS 184 (72.27% from 255) = 33.82%
BLUE value IS 255 (100% from 255) = 46.88%
R=19.30%
G=33.82%
B=46.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1051842550.590.2800208.410070.59
Hex69B8FF3B1C00d06447
Octal151270377733400320144107
Binary1101001101110001111111111101111100001101000011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,184,255); }

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

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

 a { background-color: rgb(105,184,255); }

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

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

 span { border-color: rgb(105,184,255); }

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