#69BAF1

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

Shades of Maya Blue #69BAF1

Tints of Maya Blue #69BAF1

Color information

#69BAF1 (or 0x69BAF1) is unknown color: approx Maya Blue. HEX triplet: 69, BA and F1. RGB value is (105,186,241). Sum of RGB (Red+Green+Blue) = 105+186+241=532 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.74% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 241 (94.53% from 255 or 45.30% from 532); Max value from RGB is 241 - color contains mainly: blue. Hex color #69BAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BAF1 is #96450E. Grayscale: #A7A7A7. Windows color (decimal): -9848079 or 15841897. OLE color: 15841897.

HSL color Cylindrical-coordinate representation of color #69BAF1: hue angle of 204.26º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69BAF1 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB105186241-
CMYK0.560.2300.05
HSL204.26º82.93%67.84%-
HSV(B)204.26º56.43%94.51%-
XYZ39.2644.4789.73-
YUV168.05169.1683.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.74%
GREEN value IS 186 (73.05% from 255) = 34.96%
BLUE value IS 241 (94.53% from 255) = 45.30%
R=19.74%
G=34.96%
B=45.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1051862410.560.2300.05204.2682.9367.84
Hex69BAF1381705cc5344
Octal151272361702705314123104
Binary110100110111010111100011110001011101011100110010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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