Html Css Color HEX #66ABEC Malibu

📋 copy color: '#66ABEC'

red 102 ◦ green 171 ◦ blue 236

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

Shades of Malibu #66ABEC

Tints of Malibu #66ABEC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.6%

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

R = 20.04%
G = 33.6%
B = 46.37%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#66ABEC (or 0x66ABEC) is known color: Malibu. HEX triplet: 66, AB and EC. RGB value is (102,171,236). Sum of RGB (Red+Green+Blue) = 102+171+236=509 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.04% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #66ABEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66ABEC is #995413. Grayscale: #9D9D9D. Windows color (decimal): -10048532 or 15510374. OLE color: 15510374.

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

Color convert

RGB 102 171 236 -
CMYK 0.57 0.28 0 0.07
HSL 209.1º 0.78% 0.66% -
HSV(B) 209.1º 0.57% 0.93% -
XYZ 35.18 38.01 84.84 -
YUV 157.78 172.14 88.21 -
System Red Green Blue C M Y K H S L
Decimal 102 171 236 0.57 0.28 0 0.07 209.1 0.78 0.66
Hex 66 AB EC 39 1C 0 7 D1 4E 42
Octal 146 253 354 71 34 0 7 321 116 102
Binary 1100110 10101011 11101100 111001 11100 0 111 11010001 1001110 1000010

Color Harmonies of #66ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ABEC

Black with #66ABEC

Text Example


Text Example

White with #66ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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