#69B2FB

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

Shades of Maya Blue #69B2FB

Tints of Maya Blue #69B2FB

Color information

#69B2FB (or 0x69B2FB) is unknown color: approx Maya Blue. HEX triplet: 69, B2 and FB. RGB value is (105,178,251). Sum of RGB (Red+Green+Blue) = 105+178+251=534 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.66% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #69B2FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69B2FB is #964D04. Grayscale: #A4A4A4. Windows color (decimal): -9850117 or 16495209. OLE color: 16495209.

HSL color Cylindrical-coordinate representation of color #69B2FB: hue angle of 210º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69B2FB is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB105178251-
CMYK0.580.2900.02
HSL210º94.81%69.8%-
HSV(B)210º58.17%98.43%-
XYZ39.1641.8197.27-
YUV164.5176.8285.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.66%
GREEN value IS 178 (69.92% from 255) = 33.33%
BLUE value IS 251 (98.44% from 255) = 47.00%
R=19.66%
G=33.33%
B=47.00%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1051782510.580.2900.0221094.8169.8
Hex69B2FB3A1D02d25f46
Octal151262373723502322137106
Binary11010011011001011111011111010111010101101001010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,178,251); }

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

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

 a { background-color: rgb(105,178,251); }

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

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

 span { border-color: rgb(105,178,251); }

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