#66BAEE

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

Shades of Malibu #66BAEE

Tints of Malibu #66BAEE

Color information

#66BAEE (or 0x66BAEE) is unknown color: approx Malibu. HEX triplet: 66, BA and EE. RGB value is (102,186,238). Sum of RGB (Red+Green+Blue) = 102+186+238=526 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.39% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #66BAEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BAEE is #994511. Grayscale: #A6A6A6. Windows color (decimal): -10044690 or 15645286. OLE color: 15645286.

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

Color convert

RGB102186238-
CMYK0.570.2200.07
HSL202.94º80%66.67%-
HSV(B)202.94º57.14%93.33%-
XYZ38.4744.1287.38-
YUV166.81168.1781.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.39%
GREEN value IS 186 (73.05% from 255) = 35.36%
BLUE value IS 238 (93.36% from 255) = 45.25%
R=19.39%
G=35.36%
B=45.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1021862380.570.2200.07202.948066.67
Hex66BAEE391607cb5043
Octal146272356712607313120103
Binary110011010111010111011101110011011001111100101110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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