Html Css Color HEX #66ABED Malibu

📋 copy color: '#66ABED'

red 102 ◦ green 171 ◦ blue 237

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

Shades of Malibu #66ABED

Tints of Malibu #66ABED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.47%

R = 20%
G = 33.53%
B = 46.47%

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

#66ABED (or 0x66ABED) is known color: Malibu. HEX triplet: 66, AB and ED. RGB value is (102,171,237). Sum of RGB (Red+Green+Blue) = 102+171+237=510 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #66ABED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66ABED is #995412. Grayscale: #9D9D9D. Windows color (decimal): -10048531 or 15575910. OLE color: 15575910.

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

Color convert

RGB 102 171 237 -
CMYK 0.57 0.28 0 0.07
HSL 209.33º 0.79% 0.66% -
HSV(B) 209.33º 0.57% 0.93% -
XYZ 35.33 38.07 85.61 -
YUV 157.89 172.64 88.13 -
System Red Green Blue C M Y K H S L
Decimal 102 171 237 0.57 0.28 0 0.07 209.33 0.79 0.66
Hex 66 AB ED 39 1C 0 7 D1 4F 42
Octal 146 253 355 71 34 0 7 321 117 102
Binary 1100110 10101011 11101101 111001 11100 0 111 11010001 1001111 1000010

Color Harmonies of #66ABED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ABED

Black with #66ABED

Text Example


Text Example

White with #66ABED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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