#66BADA

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

Shades of Malibu #66BADA

Tints of Malibu #66BADA

Color information

#66BADA (or 0x66BADA) is unknown color: approx Malibu. HEX triplet: 66, BA and DA. RGB value is (102,186,218). Sum of RGB (Red+Green+Blue) = 102+186+218=506 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.16% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #66BADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BADA is #994525. Grayscale: #A4A4A4. Windows color (decimal): -10044710 or 14334566. OLE color: 14334566.

HSL color Cylindrical-coordinate representation of color #66BADA: hue angle of 196.55º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66BADA is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB102186218-
CMYK0.530.1500.15
HSL196.55º61.05%62.75%-
HSV(B)196.55º53.21%85.49%-
XYZ35.694372.75-
YUV164.53158.1783.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.16%
GREEN value IS 186 (73.05% from 255) = 36.76%
BLUE value IS 218 (85.55% from 255) = 43.08%
R=20.16%
G=36.76%
B=43.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1021862180.530.1500.15196.5561.0562.75
Hex66BADA35F0Fc53d3f
Octal14627233265170173057577
Binary1100110101110101101101011010111110111111000101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66BADA; }

 p { color: rgb(102,186,218); }

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

<style>
 a { background-color: #66BADA; }

 a { background-color: rgb(102,186,218); }

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

<style>
 span { border-color: #66BADA; }

 span { border-color: rgb(102,186,218); }

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