#69BCFF

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

Shades of Maya Blue #69BCFF

Tints of Maya Blue #69BCFF

Color information

#69BCFF (or 0x69BCFF) is unknown color: approx Maya Blue. HEX triplet: 69, BC and FF. RGB value is (105,188,255). Sum of RGB (Red+Green+Blue) = 105+188+255=548 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.16% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #69BCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BCFF is #964300. Grayscale: #AAAAAA. Windows color (decimal): -9847553 or 16759913. OLE color: 16759913.

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

Color convert

RGB105188255-
CMYK0.590.2600
HSL206.8º100%70.59%-
HSV(B)206.8º58.82%100%-
XYZ41.8646.19101.32-
YUV170.82175.581.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.16%
GREEN value IS 188 (73.83% from 255) = 34.31%
BLUE value IS 255 (100% from 255) = 46.53%
R=19.16%
G=34.31%
B=46.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1051882550.590.2600206.810070.59
Hex69BCFF3B1A00cf6447
Octal151274377733200317144107
Binary1101001101111001111111111101111010001100111111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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