#69C3F1

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

Shades of Maya Blue #69C3F1

Tints of Maya Blue #69C3F1

Color information

#69C3F1 (or 0x69C3F1) is unknown color: approx Maya Blue. HEX triplet: 69, C3 and F1. RGB value is (105,195,241). Sum of RGB (Red+Green+Blue) = 105+195+241=541 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.41% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 241 (94.53% from 255 or 44.55% from 541); Max value from RGB is 241 - color contains mainly: blue. Hex color #69C3F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69C3F1 is #963C0E. Grayscale: #ADADAD. Windows color (decimal): -9845775 or 15844201. OLE color: 15844201.

HSL color Cylindrical-coordinate representation of color #69C3F1: hue angle of 200.29º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69C3F1 is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB105195241-
CMYK0.560.1900.05
HSL200.29º82.93%67.84%-
HSV(B)200.29º56.43%94.51%-
XYZ41.2248.3890.39-
YUV173.33166.1879.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.41%
GREEN value IS 195 (76.56% from 255) = 36.04%
BLUE value IS 241 (94.53% from 255) = 44.55%
R=19.41%
G=36.04%
B=44.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1051952410.560.1900.05200.2982.9367.84
Hex69C3F1381305c85344
Octal151303361702305310123104
Binary110100111000011111100011110001001101011100100010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,195,241); }

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

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

 a { background-color: rgb(105,195,241); }

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

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

 span { border-color: rgb(105,195,241); }

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