#69D2FA

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

Shades of Maya Blue #69D2FA

Tints of Maya Blue #69D2FA

Color information

#69D2FA (or 0x69D2FA) is unknown color: approx Maya Blue. HEX triplet: 69, D2 and FA. RGB value is (105,210,250). Sum of RGB (Red+Green+Blue) = 105+210+250=565 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.58% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #69D2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69D2FA is #962D05. Grayscale: #B6B6B6. Windows color (decimal): -9841926 or 16437865. OLE color: 16437865.

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

Color convert

RGB105210250-
CMYK0.580.1600.02
HSL196.55º93.55%69.61%-
HSV(B)196.55º58%98.04%-
XYZ46.135698.82-
YUV183.16165.7172.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.58%
GREEN value IS 210 (82.42% from 255) = 37.17%
BLUE value IS 250 (98.05% from 255) = 44.25%
R=18.58%
G=37.17%
B=44.25%

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
Decimal1052102500.580.1600.02196.5593.5569.61
Hex69D2FA3A1002c55e46
Octal151322372722002305136106
Binary11010011101001011111010111010100000101100010110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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