#69C0EF

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

Shades of Maya Blue #69C0EF

Tints of Maya Blue #69C0EF

Color information

#69C0EF (or 0x69C0EF) is unknown color: approx Maya Blue. HEX triplet: 69, C0 and EF. RGB value is (105,192,239). Sum of RGB (Red+Green+Blue) = 105+192+239=536 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.59% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #69C0EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69C0EF is #963F10. Grayscale: #ABABAB. Windows color (decimal): -9846545 or 15712361. OLE color: 15712361.

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

Color convert

RGB105192239-
CMYK0.560.2000.06
HSL201.04º80.72%67.45%-
HSV(B)201.04º56.07%93.73%-
XYZ40.2646.9388.6-
YUV171.34166.1880.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.59%
GREEN value IS 192 (75.39% from 255) = 35.82%
BLUE value IS 239 (93.75% from 255) = 44.59%
R=19.59%
G=35.82%
B=44.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1051922390.560.2000.06201.0480.7267.45
Hex69C0EF381406c95143
Octal151300357702406311121103
Binary110100111000000111011111110001010001101100100110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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