#69C6DA

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

Shades of Malibu #69C6DA

Tints of Malibu #69C6DA

Color information

#69C6DA (or 0x69C6DA) is unknown color: approx Malibu. HEX triplet: 69, C6 and DA. RGB value is (105,198,218). Sum of RGB (Red+Green+Blue) = 105+198+218=521 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.15% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #69C6DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C6DA is #963925. Grayscale: #ACACAC. Windows color (decimal): -9845030 or 14337641. OLE color: 14337641.

HSL color Cylindrical-coordinate representation of color #69C6DA: hue angle of 190.62º 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 #69C6DA is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB105198218-
CMYK0.520.0900.15
HSL190.62º60.43%63.33%-
HSV(B)190.62º51.83%85.49%-
XYZ38.6748.4573.64-
YUV172.47153.6979.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.15%
GREEN value IS 198 (77.73% from 255) = 38.00%
BLUE value IS 218 (85.55% from 255) = 41.84%
R=20.15%
G=38.00%
B=41.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1051982180.520.0900.15190.6260.4363.33
Hex69C6DA3490Fbf3c3f
Octal15130633264110172777477
Binary1101001110001101101101011010010010111110111111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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