#69bff3

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

Shades of Maya Blue #69BFF3

Tints of Maya Blue #69BFF3

Color information

#69BFF3 (or 0x69BFF3) is unknown color: approx Maya Blue. HEX triplet: 69, BF and F3. RGB value is (105,191,243). Sum of RGB (Red+Green+Blue) = 105+191+243=539 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.48% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 243 (95.31% from 255 or 45.08% from 539); Max value from RGB is 243 - color contains mainly: blue. Hex color #69BFF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BFF3 is #96400C. Grayscale: #AAAAAA. Windows color (decimal): -9846797 or 15974249. OLE color: 15974249.

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

Color convert

RGB105191243-
CMYK0.570.2100.05
HSL202.61º85.19%68.24%-
HSV(B)202.61º56.79%95.29%-
XYZ40.6346.7491.67-
YUV171.21168.5180.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.48%
GREEN value IS 191 (75% from 255) = 35.44%
BLUE value IS 243 (95.31% from 255) = 45.08%
R=19.48%
G=35.44%
B=45.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1051912430.570.2100.05202.6185.1968.24
Hex69BFF3391505cb5544
Octal151277363712505313125104
Binary110100110111111111100111110011010101011100101110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69bff3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,191,243); }

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

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

 a { background-color: rgb(105,191,243); }

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

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

 span { border-color: rgb(105,191,243); }

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