#69C4EE

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

Shades of Maya Blue #69C4EE

Tints of Maya Blue #69C4EE

Color information

#69C4EE (or 0x69C4EE) is unknown color: approx Maya Blue. HEX triplet: 69, C4 and EE. RGB value is (105,196,238). Sum of RGB (Red+Green+Blue) = 105+196+238=539 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.48% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #69C4EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69C4EE is #963B11. Grayscale: #ADADAD. Windows color (decimal): -9845522 or 15647849. OLE color: 15647849.

HSL color Cylindrical-coordinate representation of color #69C4EE: hue angle of 198.95º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69C4EE is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB105196238-
CMYK0.560.1800.07
HSL198.95º79.64%67.25%-
HSV(B)198.95º55.88%93.33%-
XYZ4148.6688.12-
YUV173.58164.3579.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.48%
GREEN value IS 196 (76.95% from 255) = 36.36%
BLUE value IS 238 (93.36% from 255) = 44.16%
R=19.48%
G=36.36%
B=44.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1051962380.560.1800.07198.9579.6467.25
Hex69C4EE381207c75043
Octal151304356702207307120103
Binary110100111000100111011101110001001001111100011110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,196,238); }

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

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

 a { background-color: rgb(105,196,238); }

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

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

 span { border-color: rgb(105,196,238); }

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