#66BAEA

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

Shades of Malibu #66BAEA

Tints of Malibu #66BAEA

Color information

#66BAEA (or 0x66BAEA) is unknown color: approx Malibu. HEX triplet: 66, BA and EA. RGB value is (102,186,234). Sum of RGB (Red+Green+Blue) = 102+186+234=522 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.54% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #66BAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BAEA is #994515. Grayscale: #A6A6A6. Windows color (decimal): -10044694 or 15383142. OLE color: 15383142.

HSL color Cylindrical-coordinate representation of color #66BAEA: hue angle of 201.82º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66BAEA is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB102186234-
CMYK0.560.2100.08
HSL201.82º75.86%65.88%-
HSV(B)201.82º56.41%91.76%-
XYZ37.8943.8884.32-
YUV166.36166.1782.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.54%
GREEN value IS 186 (73.05% from 255) = 35.63%
BLUE value IS 234 (91.80% from 255) = 44.83%
R=19.54%
G=35.63%
B=44.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1021862340.560.2100.08201.8275.8665.88
Hex66BAEA381508ca4c42
Octal1462723527025010312114102
Binary1100110101110101110101011100010101010001100101010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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