#66BCF1

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

Shades of Malibu #66BCF1

Tints of Malibu #66BCF1

Color information

#66BCF1 (or 0x66BCF1) is unknown color: approx Malibu. HEX triplet: 66, BC and F1. RGB value is (102,188,241). Sum of RGB (Red+Green+Blue) = 102+188+241=531 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.21% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 241 - color contains mainly: blue. Hex color #66BCF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BCF1 is #99430E. Grayscale: #A8A8A8. Windows color (decimal): -10044175 or 15842406. OLE color: 15842406.

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

Color convert

RGB102188241-
CMYK0.580.2200.05
HSL202.88º83.23%67.25%-
HSV(B)202.88º57.68%94.51%-
XYZ39.3445.1489.86-
YUV168.33169.0180.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.21%
GREEN value IS 188 (73.83% from 255) = 35.40%
BLUE value IS 241 (94.53% from 255) = 45.39%
R=19.21%
G=35.40%
B=45.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1021882410.580.2200.05202.8883.2367.25
Hex66BCF13A1605cb5343
Octal146274361722605313123103
Binary110011010111100111100011110101011001011100101110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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