#69ABDA

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

Shades of Malibu #69ABDA

Tints of Malibu #69ABDA

Color information

#69ABDA (or 0x69ABDA) is unknown color: approx Malibu. HEX triplet: 69, AB and DA. RGB value is (105,171,218). Sum of RGB (Red+Green+Blue) = 105+171+218=494 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.26% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #69ABDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ABDA is #965425. Grayscale: #9C9C9C. Windows color (decimal): -9851942 or 14330729. OLE color: 14330729.

HSL color Cylindrical-coordinate representation of color #69ABDA: hue angle of 204.96º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69ABDA is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB105171218-
CMYK0.520.2200.15
HSL204.96º60.43%63.33%-
HSV(B)204.96º51.83%85.49%-
XYZ33.0437.1971.77-
YUV156.62162.6391.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.26%
GREEN value IS 171 (67.19% from 255) = 34.62%
BLUE value IS 218 (85.55% from 255) = 44.13%
R=21.26%
G=34.62%
B=44.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1051712180.520.2200.15204.9660.4363.33
Hex69ABDA34160Fcd3c3f
Octal15125333264260173157477
Binary11010011010101111011010110100101100111111001101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ABDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,171,218); }

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

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

 a { background-color: rgb(105,171,218); }

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

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

 span { border-color: rgb(105,171,218); }

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