#69C5EA

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

Shades of Malibu #69C5EA

Tints of Malibu #69C5EA

Color information

#69C5EA (or 0x69C5EA) is unknown color: approx Malibu. HEX triplet: 69, C5 and EA. RGB value is (105,197,234). Sum of RGB (Red+Green+Blue) = 105+197+234=536 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.59% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #69C5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69C5EA is #963A15. Grayscale: #ADADAD. Windows color (decimal): -9845270 or 15385961. OLE color: 15385961.

HSL color Cylindrical-coordinate representation of color #69C5EA: hue angle of 197.21º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69C5EA is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB105197234-
CMYK0.550.1600.08
HSL197.21º75.44%66.47%-
HSV(B)197.21º55.13%91.76%-
XYZ40.6448.8885.13-
YUV173.71162.0278.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.59%
GREEN value IS 197 (77.34% from 255) = 36.75%
BLUE value IS 234 (91.80% from 255) = 43.66%
R=19.59%
G=36.75%
B=43.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1051972340.550.1600.08197.2175.4466.47
Hex69C5EA371008c54b42
Octal1513053526720010305113102
Binary1101001110001011110101011011110000010001100010110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,197,234); }

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

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

 a { background-color: rgb(105,197,234); }

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

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

 span { border-color: rgb(105,197,234); }

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