Html Css Color HEX #66ADE6 Malibu

📋 copy color: '#66ADE6'

red 102 ◦ green 173 ◦ blue 230

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

Shades of Malibu #66ADE6

Tints of Malibu #66ADE6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.26%

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

R = 20.2%
G = 34.26%
B = 45.54%

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

#66ADE6 (or 0x66ADE6) is known color: Malibu. HEX triplet: 66, AD and E6. RGB value is (102,173,230). Sum of RGB (Red+Green+Blue) = 102+173+230=505 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.20% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 230 - color contains mainly: blue. Hex color #66ADE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66ADE6 is #995219. Grayscale: #9D9D9D. Windows color (decimal): -10048026 or 15117670. OLE color: 15117670.

HSL color Cylindrical-coordinate representation of color #66ADE6: hue angle of 206.72º 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 #66ADE6 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 102 173 230 -
CMYK 0.56 0.25 0 0.10
HSL 206.72º 0.72% 0.65% -
HSV(B) 206.72º 0.56% 0.9% -
XYZ 34.71 38.43 80.45 -
YUV 158.27 168.48 87.87 -
System Red Green Blue C M Y K H S L
Decimal 102 173 230 0.56 0.25 0 0.10 206.72 0.72 0.65
Hex 66 AD E6 38 19 0 A CF 48 41
Octal 146 255 346 70 31 0 12 317 110 101
Binary 1100110 10101101 11100110 111000 11001 0 1010 11001111 1001000 1000001

Color Harmonies of #66ADE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ADE6

Black with #66ADE6

Text Example


Text Example

White with #66ADE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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