#66BCE1

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

Shades of Malibu #66BCE1

Tints of Malibu #66BCE1

Color information

#66BCE1 (or 0x66BCE1) is unknown color: approx Malibu. HEX triplet: 66, BC and E1. RGB value is (102,188,225). Sum of RGB (Red+Green+Blue) = 102+188+225=515 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.81% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 225 (88.28% from 255 or 43.69% from 515); Max value from RGB is 225 - color contains mainly: blue. Hex color #66BCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BCE1 is #99431E. Grayscale: #A6A6A6. Windows color (decimal): -10044191 or 14793830. OLE color: 14793830.

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

Color convert

RGB102188225-
CMYK0.550.1600.12
HSL198.05º67.21%64.12%-
HSV(B)198.05º54.67%88.24%-
XYZ37.0544.2377.82-
YUV166.5161.0181.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.81%
GREEN value IS 188 (73.83% from 255) = 36.50%
BLUE value IS 225 (88.28% from 255) = 43.69%
R=19.81%
G=36.50%
B=43.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1021882250.550.1600.12198.0567.2164.12
Hex66BCE137100Cc64340
Octal1462743416720014306103100
Binary1100110101111001110000111011110000011001100011010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,188,225); }

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

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

 a { background-color: rgb(102,188,225); }

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

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

 span { border-color: rgb(102,188,225); }

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