#66b1f2

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

Shades of Malibu #66B1F2

Tints of Malibu #66B1F2

Color information

#66B1F2 (or 0x66B1F2) is unknown color: approx Malibu. HEX triplet: 66, B1 and F2. RGB value is (102,177,242). Sum of RGB (Red+Green+Blue) = 102+177+242=521 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.58% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #66B1F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66B1F2 is #994E0D. Grayscale: #A1A1A1. Windows color (decimal): -10046990 or 15905126. OLE color: 15905126.

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

Color convert

RGB102177242-
CMYK0.580.2700.05
HSL207.86º84.34%67.45%-
HSV(B)207.86º57.85%94.9%-
XYZ37.2340.6889.89-
YUV161.98173.1585.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.58%
GREEN value IS 177 (69.53% from 255) = 33.97%
BLUE value IS 242 (94.92% from 255) = 46.45%
R=19.58%
G=33.97%
B=46.45%

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
Decimal1021772420.580.2700.05207.8684.3467.45
Hex66B1F23A1B05d05443
Octal146261362723305320124103
Binary110011010110001111100101110101101101011101000010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66b1f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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