#69C5FA

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

Shades of Maya Blue #69C5FA

Tints of Maya Blue #69C5FA

Color information

#69C5FA (or 0x69C5FA) is unknown color: approx Maya Blue. HEX triplet: 69, C5 and FA. RGB value is (105,197,250). Sum of RGB (Red+Green+Blue) = 105+197+250=552 (73% of max value = 765). Red value is 105 (41.41% from 255 or 19.02% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #69C5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69C5FA is #963A05. Grayscale: #AFAFAF. Windows color (decimal): -9845254 or 16434537. OLE color: 16434537.

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

Color convert

RGB105197250-
CMYK0.580.2100.02
HSL201.93º93.55%69.61%-
HSV(B)201.93º58%98.04%-
XYZ43.0549.8497.79-
YUV175.53170.0277.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.02%
GREEN value IS 197 (77.34% from 255) = 35.69%
BLUE value IS 250 (98.05% from 255) = 45.29%
R=19.02%
G=35.69%
B=45.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1051972500.580.2100.02201.9393.5569.61
Hex69C5FA3A1502ca5e46
Octal151305372722502312136106
Binary11010011100010111111010111010101010101100101010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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