#69C4FA

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

Shades of Maya Blue #69C4FA

Tints of Maya Blue #69C4FA

Color information

#69C4FA (or 0x69C4FA) is unknown color: approx Maya Blue. HEX triplet: 69, C4 and FA. RGB value is (105,196,250). Sum of RGB (Red+Green+Blue) = 105+196+250=551 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.06% from 551); Green value is 196 (76.95% from 255 or 35.57% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #69C4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69C4FA is #963B05. Grayscale: #AEAEAE. Windows color (decimal): -9845510 or 16434281. OLE color: 16434281.

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

Color convert

RGB105196250-
CMYK0.580.2200.02
HSL202.34º93.55%69.61%-
HSV(B)202.34º58%98.04%-
XYZ42.8249.3997.72-
YUV174.95170.3578.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.06%
GREEN value IS 196 (76.95% from 255) = 35.57%
BLUE value IS 250 (98.05% from 255) = 45.37%
R=19.06%
G=35.57%
B=45.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1051962500.580.2200.02202.3493.5569.61
Hex69C4FA3A1602ca5e46
Octal151304372722602312136106
Binary11010011100010011111010111010101100101100101010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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