#69C2EF

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

Shades of Maya Blue #69C2EF

Tints of Maya Blue #69C2EF

Color information

#69C2EF (or 0x69C2EF) is unknown color: approx Maya Blue. HEX triplet: 69, C2 and EF. RGB value is (105,194,239). Sum of RGB (Red+Green+Blue) = 105+194+239=538 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.52% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #69C2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69C2EF is #963D10. Grayscale: #ACACAC. Windows color (decimal): -9846033 or 15712873. OLE color: 15712873.

HSL color Cylindrical-coordinate representation of color #69C2EF: hue angle of 200.15º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69C2EF is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB105194239-
CMYK0.560.1900.06
HSL200.15º80.72%67.45%-
HSV(B)200.15º56.07%93.73%-
XYZ40.747.8288.75-
YUV172.52165.5179.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.52%
GREEN value IS 194 (76.17% from 255) = 36.06%
BLUE value IS 239 (93.75% from 255) = 44.42%
R=19.52%
G=36.06%
B=44.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1051942390.560.1900.06200.1580.7267.45
Hex69C2EF381306c85143
Octal151302357702306310121103
Binary110100111000010111011111110001001101101100100010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,194,239); }

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

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

 a { background-color: rgb(105,194,239); }

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

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

 span { border-color: rgb(105,194,239); }

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