#66BFEE

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

Shades of Malibu #66BFEE

Tints of Malibu #66BFEE

Color information

#66BFEE (or 0x66BFEE) is unknown color: approx Malibu. HEX triplet: 66, BF and EE. RGB value is (102,191,238). Sum of RGB (Red+Green+Blue) = 102+191+238=531 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.21% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #66BFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BFEE is #994011. Grayscale: #A9A9A9. Windows color (decimal): -10043410 or 15646566. OLE color: 15646566.

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

Color convert

RGB102191238-
CMYK0.570.2000.07
HSL200.74º80%66.67%-
HSV(B)200.74º57.14%93.33%-
XYZ39.5446.2687.73-
YUV169.75166.5179.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.21%
GREEN value IS 191 (75% from 255) = 35.97%
BLUE value IS 238 (93.36% from 255) = 44.82%
R=19.21%
G=35.97%
B=44.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1021912380.570.2000.07200.748066.67
Hex66BFEE391407c95043
Octal146277356712407311120103
Binary110011010111111111011101110011010001111100100110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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