#66ADF4

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

Shades of Malibu #66ADF4

Tints of Malibu #66ADF4

Color information

#66ADF4 (or 0x66ADF4) is unknown color: approx Malibu. HEX triplet: 66, AD and F4. RGB value is (102,173,244). Sum of RGB (Red+Green+Blue) = 102+173+244=519 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.65% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 244 (95.70% from 255 or 47.01% from 519); Max value from RGB is 244 - color contains mainly: blue. Hex color #66ADF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66ADF4 is #99520B. Grayscale: #9F9F9F. Windows color (decimal): -10048012 or 16035174. OLE color: 16035174.

HSL color Cylindrical-coordinate representation of color #66ADF4: hue angle of 210º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66ADF4 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB102173244-
CMYK0.580.2900.04
HSL210º86.59%67.84%-
HSV(B)210º58.2%95.69%-
XYZ36.7539.2491.23-
YUV159.86175.4886.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.65%
GREEN value IS 173 (67.97% from 255) = 33.33%
BLUE value IS 244 (95.70% from 255) = 47.01%
R=19.65%
G=33.33%
B=47.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1021732440.580.2900.0421086.5967.84
Hex66ADF43A1D04d25744
Octal146255364723504322127104
Binary110011010101101111101001110101110101001101001010101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ADF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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