Html Css Color HEX #66ABEF Malibu

📋 copy color: '#66ABEF'

red 102 ◦ green 171 ◦ blue 239

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

Shades of Malibu #66ABEF

Tints of Malibu #66ABEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.68%

R = 19.92%
G = 33.4%
B = 46.68%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#66ABEF (or 0x66ABEF) is known color: Malibu. HEX triplet: 66, AB and EF. RGB value is (102,171,239). Sum of RGB (Red+Green+Blue) = 102+171+239=512 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.92% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #66ABEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66ABEF is #995410. Grayscale: #9D9D9D. Windows color (decimal): -10048529 or 15706982. OLE color: 15706982.

HSL color Cylindrical-coordinate representation of color #66ABEF: hue angle of 209.78º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66ABEF is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 102 171 239 -
CMYK 0.57 0.28 0 0.06
HSL 209.78º 0.81% 0.67% -
HSV(B) 209.78º 0.57% 0.94% -
XYZ 35.62 38.18 87.15 -
YUV 158.12 173.64 87.97 -
System Red Green Blue C M Y K H S L
Decimal 102 171 239 0.57 0.28 0 0.06 209.78 0.81 0.67
Hex 66 AB EF 39 1C 0 6 D2 51 43
Octal 146 253 357 71 34 0 6 322 121 103
Binary 1100110 10101011 11101111 111001 11100 0 110 11010010 1010001 1000011

Color Harmonies of #66ABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ABEF

Black with #66ABEF

Text Example


Text Example

White with #66ABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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