#66B1F1

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

Shades of Malibu #66B1F1

Tints of Malibu #66B1F1

Color information

#66B1F1 (or 0x66B1F1) is unknown color: approx Malibu. HEX triplet: 66, B1 and F1. RGB value is (102,177,241). Sum of RGB (Red+Green+Blue) = 102+177+241=520 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.62% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 241 - color contains mainly: blue. Hex color #66B1F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66B1F1 is #994E0E. Grayscale: #A1A1A1. Windows color (decimal): -10046991 or 15839590. OLE color: 15839590.

HSL color Cylindrical-coordinate representation of color #66B1F1: hue angle of 207.63º 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 #66B1F1 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB102177241-
CMYK0.580.2700.05
HSL207.63º83.23%67.25%-
HSV(B)207.63º57.68%94.51%-
XYZ37.0840.6289.11-
YUV161.87172.6585.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.62%
GREEN value IS 177 (69.53% from 255) = 34.04%
BLUE value IS 241 (94.53% from 255) = 46.35%
R=19.62%
G=34.04%
B=46.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1021772410.580.2700.05207.6383.2367.25
Hex66B1F13A1B05d05343
Octal146261361723305320123103
Binary110011010110001111100011110101101101011101000010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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