#66ADF1

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

Shades of Malibu #66ADF1

Tints of Malibu #66ADF1

Color information

#66ADF1 (or 0x66ADF1) is unknown color: approx Malibu. HEX triplet: 66, AD and F1. RGB value is (102,173,241). Sum of RGB (Red+Green+Blue) = 102+173+241=516 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.77% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #66ADF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66ADF1 is #99520E. Grayscale: #9F9F9F. Windows color (decimal): -10048015 or 15838566. OLE color: 15838566.

HSL color Cylindrical-coordinate representation of color #66ADF1: hue angle of 209.35º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66ADF1 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB102173241-
CMYK0.580.2800.05
HSL209.35º83.23%67.25%-
HSV(B)209.35º57.68%94.51%-
XYZ36.339.0688.85-
YUV159.52173.9886.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.77%
GREEN value IS 173 (67.97% from 255) = 33.53%
BLUE value IS 241 (94.53% from 255) = 46.71%
R=19.77%
G=33.53%
B=46.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1021732410.580.2800.05209.3583.2367.25
Hex66ADF13A1C05d15343
Octal146255361723405321123103
Binary110011010101101111100011110101110001011101000110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,173,241); }

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

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

 a { background-color: rgb(102,173,241); }

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

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

 span { border-color: rgb(102,173,241); }

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