Html Css Color HEX #66ABF0 Malibu

📋 copy color: '#66ABF0'

red 102 ◦ green 171 ◦ blue 240

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

Shades of Malibu #66ABF0

Tints of Malibu #66ABF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.78%

R = 19.88%
G = 33.33%
B = 46.78%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#66ABF0 (or 0x66ABF0) is known color: Malibu. HEX triplet: 66, AB and F0. RGB value is (102,171,240). Sum of RGB (Red+Green+Blue) = 102+171+240=513 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.88% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 240 - color contains mainly: blue. Hex color #66ABF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66ABF0 is #99540F. Grayscale: #9D9D9D. Windows color (decimal): -10048528 or 15772518. OLE color: 15772518.

HSL color Cylindrical-coordinate representation of color #66ABF0: hue angle of 210º degrees, saturation: 0.82, 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 #66ABF0 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 102 171 240 -
CMYK 0.58 0.29 0 0.06
HSL 210º 0.82% 0.67% -
HSV(B) 210º 0.58% 0.94% -
XYZ 35.77 38.24 87.93 -
YUV 158.24 174.14 87.89 -
System Red Green Blue C M Y K H S L
Decimal 102 171 240 0.58 0.29 0 0.06 210 0.82 0.67
Hex 66 AB F0 3A 1D 0 6 D2 52 43
Octal 146 253 360 72 35 0 6 322 122 103
Binary 1100110 10101011 11110000 111010 11101 0 110 11010010 1010010 1000011

Color Harmonies of #66ABF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ABF0

Black with #66ABF0

Text Example


Text Example

White with #66ABF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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