#69D3FA

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

Shades of Maya Blue #69D3FA

Tints of Maya Blue #69D3FA

Color information

#69D3FA (or 0x69D3FA) is unknown color: approx Maya Blue. HEX triplet: 69, D3 and FA. RGB value is (105,211,250). Sum of RGB (Red+Green+Blue) = 105+211+250=566 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.55% from 566); Green value is 211 (82.81% from 255 or 37.28% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #69D3FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69D3FA is #962C05. Grayscale: #B7B7B7. Windows color (decimal): -9841670 or 16438121. OLE color: 16438121.

HSL color Cylindrical-coordinate representation of color #69D3FA: hue angle of 196.14º degrees, saturation: 0.94, 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 #69D3FA is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB105211250-
CMYK0.580.1600.02
HSL196.14º93.55%69.61%-
HSV(B)196.14º58%98.04%-
XYZ46.3856.4998.9-
YUV183.75165.3871.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.55%
GREEN value IS 211 (82.81% from 255) = 37.28%
BLUE value IS 250 (98.05% from 255) = 44.17%
R=18.55%
G=37.28%
B=44.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1052112500.580.1600.02196.1493.5569.61
Hex69D3FA3A1002c45e46
Octal151323372722002304136106
Binary11010011101001111111010111010100000101100010010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,211,250); }

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

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

 a { background-color: rgb(105,211,250); }

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

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

 span { border-color: rgb(105,211,250); }

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