#69B1F5

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

Shades of Maya Blue #69B1F5

Tints of Maya Blue #69B1F5

Color information

#69B1F5 (or 0x69B1F5) is unknown color: approx Maya Blue. HEX triplet: 69, B1 and F5. RGB value is (105,177,245). Sum of RGB (Red+Green+Blue) = 105+177+245=527 (69% of max value = 765). Red value is 105 (41.41% from 255 or 19.92% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 245 (96.09% from 255 or 46.49% from 527); Max value from RGB is 245 - color contains mainly: blue. Hex color #69B1F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69B1F5 is #964E0A. Grayscale: #A2A2A2. Windows color (decimal): -9850379 or 16101737. OLE color: 16101737.

HSL color Cylindrical-coordinate representation of color #69B1F5: hue angle of 209.14º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69B1F5 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB105177245-
CMYK0.570.2800.04
HSL209.14º87.5%68.63%-
HSV(B)209.14º57.14%96.08%-
XYZ38.0341.0492.3-
YUV163.22174.1586.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.92%
GREEN value IS 177 (69.53% from 255) = 33.59%
BLUE value IS 245 (96.09% from 255) = 46.49%
R=19.92%
G=33.59%
B=46.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1051772450.570.2800.04209.1487.568.63
Hex69B1F5391C04d15845
Octal151261365713404321130105
Binary110100110110001111101011110011110001001101000110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B1F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,177,245); }

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

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

 a { background-color: rgb(105,177,245); }

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

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

 span { border-color: rgb(105,177,245); }

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