#69C9F1

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

Shades of Maya Blue #69C9F1

Tints of Maya Blue #69C9F1

Color information

#69C9F1 (or 0x69C9F1) is unknown color: approx Maya Blue. HEX triplet: 69, C9 and F1. RGB value is (105,201,241). Sum of RGB (Red+Green+Blue) = 105+201+241=547 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.20% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 241 - color contains mainly: blue. Hex color #69C9F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69C9F1 is #96360E. Grayscale: #B0B0B0. Windows color (decimal): -9844239 or 15845737. OLE color: 15845737.

HSL color Cylindrical-coordinate representation of color #69C9F1: hue angle of 197.65º 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 #69C9F1 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB105201241-
CMYK0.560.1700.05
HSL197.65º82.93%67.84%-
HSV(B)197.65º56.43%94.51%-
XYZ42.5951.1390.84-
YUV176.86164.276.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.20%
GREEN value IS 201 (78.91% from 255) = 36.75%
BLUE value IS 241 (94.53% from 255) = 44.06%
R=19.20%
G=36.75%
B=44.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1052012410.560.1700.05197.6582.9367.84
Hex69C9F1381105c65344
Octal151311361702105306123104
Binary110100111001001111100011110001000101011100011010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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