#66BDEE

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

Shades of Malibu #66BDEE

Tints of Malibu #66BDEE

Color information

#66BDEE (or 0x66BDEE) is unknown color: approx Malibu. HEX triplet: 66, BD and EE. RGB value is (102,189,238). Sum of RGB (Red+Green+Blue) = 102+189+238=529 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.28% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #66BDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BDEE is #994211. Grayscale: #A8A8A8. Windows color (decimal): -10043922 or 15646054. OLE color: 15646054.

HSL color Cylindrical-coordinate representation of color #66BDEE: hue angle of 201.62º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66BDEE is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB102189238-
CMYK0.570.2100.07
HSL201.62º80%66.67%-
HSV(B)201.62º57.14%93.33%-
XYZ39.1145.3987.59-
YUV168.57167.1880.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.28%
GREEN value IS 189 (74.22% from 255) = 35.73%
BLUE value IS 238 (93.36% from 255) = 44.99%
R=19.28%
G=35.73%
B=44.99%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1021892380.570.2100.07201.628066.67
Hex66BDEE391507ca5043
Octal146275356712507312120103
Binary110011010111101111011101110011010101111100101010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,189,238); }

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

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

 a { background-color: rgb(102,189,238); }

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

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

 span { border-color: rgb(102,189,238); }

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