Html Css Color HEX #66B1EC Malibu

📋 copy color: '#66B1EC'

red 102 ◦ green 177 ◦ blue 236

#66B1EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #66B1EC

Tints of Malibu #66B1EC

RGB

 RED value IS 102 (40.23% from 255) = 19.81%

 GREEN value IS 177 (69.53% from 255) = 34.37%

 BLUE value IS 236 (92.58% from 255) = 45.83%

R = 19.81%
G = 34.37%
B = 45.83%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#66B1EC (or 0x66B1EC) is known color: Malibu. HEX triplet: 66, B1 and EC. RGB value is (102,177,236). Sum of RGB (Red+Green+Blue) = 102+177+236=515 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.81% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #66B1EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66B1EC is #994E13. Grayscale: #A0A0A0. Windows color (decimal): -10046996 or 15511910. OLE color: 15511910.

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

Color convert

RGB 102 177 236 -
CMYK 0.57 0.25 0 0.07
HSL 206.42º 0.78% 0.66% -
HSV(B) 206.42º 0.57% 0.93% -
XYZ 36.34 40.33 85.23 -
YUV 161.3 170.15 85.7 -
System Red Green Blue C M Y K H S L
Decimal 102 177 236 0.57 0.25 0 0.07 206.42 0.78 0.66
Hex 66 B1 EC 39 19 0 7 CE 4E 42
Octal 146 261 354 71 31 0 7 316 116 102
Binary 1100110 10110001 11101100 111001 11001 0 111 11001110 1001110 1000010

Color Harmonies of #66B1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B1EC

Black with #66B1EC

Text Example


Text Example

White with #66B1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66B1EC;
 }
 .AnyTagClassName
 {
   color: #66B1EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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