Html Css Color HEX #66ADDF Malibu

📋 copy color: '#66ADDF'

red 102 ◦ green 173 ◦ blue 223

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

Shades of Malibu #66ADDF

Tints of Malibu #66ADDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.78%

R = 20.48%
G = 34.74%
B = 44.78%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#66ADDF (or 0x66ADDF) is known color: Malibu. HEX triplet: 66, AD and DF. RGB value is (102,173,223). Sum of RGB (Red+Green+Blue) = 102+173+223=498 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.48% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #66ADDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ADDF is #995220. Grayscale: #9D9D9D. Windows color (decimal): -10048033 or 14658918. OLE color: 14658918.

HSL color Cylindrical-coordinate representation of color #66ADDF: hue angle of 204.79º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66ADDF is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 173 223 -
CMYK 0.54 0.22 0 0.13
HSL 204.79º 0.65% 0.64% -
HSV(B) 204.79º 0.54% 0.87% -
XYZ 33.74 38.04 75.38 -
YUV 157.47 164.98 88.43 -
System Red Green Blue C M Y K H S L
Decimal 102 173 223 0.54 0.22 0 0.13 204.79 0.65 0.64
Hex 66 AD DF 36 16 0 D CD 41 40
Octal 146 255 337 66 26 0 15 315 101 100
Binary 1100110 10101101 11011111 110110 10110 0 1101 11001101 1000001 1000000

Color Harmonies of #66ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ADDF

Black with #66ADDF

Text Example


Text Example

White with #66ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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