#69C7FA

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

Shades of Maya Blue #69C7FA

Tints of Maya Blue #69C7FA

Color information

#69C7FA (or 0x69C7FA) is unknown color: approx Maya Blue. HEX triplet: 69, C7 and FA. RGB value is (105,199,250). Sum of RGB (Red+Green+Blue) = 105+199+250=554 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.95% from 554); Green value is 199 (78.12% from 255 or 35.92% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #69C7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69C7FA is #963805. Grayscale: #B0B0B0. Windows color (decimal): -9844742 or 16435049. OLE color: 16435049.

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

Color convert

RGB105199250-
CMYK0.580.2000.02
HSL201.1º93.55%69.61%-
HSV(B)201.1º58%98.04%-
XYZ43.550.7597.95-
YUV176.71169.3676.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.95%
GREEN value IS 199 (78.12% from 255) = 35.92%
BLUE value IS 250 (98.05% from 255) = 45.13%
R=18.95%
G=35.92%
B=45.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1051992500.580.2000.02201.193.5569.61
Hex69C7FA3A1402c95e46
Octal151307372722402311136106
Binary11010011100011111111010111010101000101100100110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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