#66BDE2

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

Shades of Malibu #66BDE2

Tints of Malibu #66BDE2

Color information

#66BDE2 (or 0x66BDE2) is unknown color: approx Malibu. HEX triplet: 66, BD and E2. RGB value is (102,189,226). Sum of RGB (Red+Green+Blue) = 102+189+226=517 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.73% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 226 (88.67% from 255 or 43.71% from 517); Max value from RGB is 226 - color contains mainly: blue. Hex color #66BDE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BDE2 is #99421D. Grayscale: #A6A6A6. Windows color (decimal): -10043934 or 14859622. OLE color: 14859622.

HSL color Cylindrical-coordinate representation of color #66BDE2: hue angle of 197.9º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66BDE2 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB102189226-
CMYK0.550.1600.11
HSL197.9º68.13%64.31%-
HSV(B)197.9º54.87%88.63%-
XYZ37.444.7178.61-
YUV167.2161.1881.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.73%
GREEN value IS 189 (74.22% from 255) = 36.56%
BLUE value IS 226 (88.67% from 255) = 43.71%
R=19.73%
G=36.56%
B=43.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1021892260.550.1600.11197.968.1364.31
Hex66BDE237100Bc64440
Octal1462753426720013306104100
Binary1100110101111011110001011011110000010111100011010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,189,226); }

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

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

 a { background-color: rgb(102,189,226); }

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

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

 span { border-color: rgb(102,189,226); }

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