Html Css Color HEX #66ACE6 Malibu

📋 copy color: '#66ACE6'

red 102 ◦ green 172 ◦ blue 230

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

Shades of Malibu #66ACE6

Tints of Malibu #66ACE6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.13%

 BLUE value IS 230 (90.23% from 255) = 45.63%

R = 20.24%
G = 34.13%
B = 45.63%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#66ACE6 (or 0x66ACE6) is known color: Malibu. HEX triplet: 66, AC and E6. RGB value is (102,172,230). Sum of RGB (Red+Green+Blue) = 102+172+230=504 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.24% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 230 (90.23% from 255 or 45.63% from 504); Max value from RGB is 230 - color contains mainly: blue. Hex color #66ACE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66ACE6 is #995319. Grayscale: #9D9D9D. Windows color (decimal): -10048282 or 15117414. OLE color: 15117414.

HSL color Cylindrical-coordinate representation of color #66ACE6: hue angle of 207.19º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66ACE6 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 102 172 230 -
CMYK 0.56 0.25 0 0.10
HSL 207.19º 0.72% 0.65% -
HSV(B) 207.19º 0.56% 0.9% -
XYZ 34.51 38.04 80.39 -
YUV 157.68 168.81 88.28 -
System Red Green Blue C M Y K H S L
Decimal 102 172 230 0.56 0.25 0 0.10 207.19 0.72 0.65
Hex 66 AC E6 38 19 0 A CF 48 41
Octal 146 254 346 70 31 0 12 317 110 101
Binary 1100110 10101100 11100110 111000 11001 0 1010 11001111 1001000 1000001

Color Harmonies of #66ACE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ACE6

Black with #66ACE6

Text Example


Text Example

White with #66ACE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,172,230); }

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

background-color css

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

 a { background-color: rgb(102,172,230); }

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

border-color css

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

 span { border-color: rgb(102,172,230); }

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