Html Css Color HEX #66AEDF Malibu

📋 copy color: '#66AEDF'

red 102 ◦ green 174 ◦ blue 223

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

Shades of Malibu #66AEDF

Tints of Malibu #66AEDF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.87%

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

R = 20.44%
G = 34.87%
B = 44.69%

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

#66AEDF (or 0x66AEDF) is known color: Malibu. HEX triplet: 66, AE and DF. RGB value is (102,174,223). Sum of RGB (Red+Green+Blue) = 102+174+223=499 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.44% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #66AEDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AEDF is #995120. Grayscale: #9D9D9D. Windows color (decimal): -10047777 or 14659174. OLE color: 14659174.

HSL color Cylindrical-coordinate representation of color #66AEDF: hue angle of 204.3º 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 #66AEDF is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 174 223 -
CMYK 0.54 0.22 0 0.13
HSL 204.3º 0.65% 0.64% -
HSV(B) 204.3º 0.54% 0.87% -
XYZ 33.93 38.42 75.44 -
YUV 158.06 164.65 88.02 -
System Red Green Blue C M Y K H S L
Decimal 102 174 223 0.54 0.22 0 0.13 204.3 0.65 0.64
Hex 66 AE DF 36 16 0 D CC 41 40
Octal 146 256 337 66 26 0 15 314 101 100
Binary 1100110 10101110 11011111 110110 10110 0 1101 11001100 1000001 1000000

Color Harmonies of #66AEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AEDF

Black with #66AEDF

Text Example


Text Example

White with #66AEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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