Html Css Color HEX #66AFDF Malibu

📋 copy color: '#66AFDF'

red 102 ◦ green 175 ◦ blue 223

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

Shades of Malibu #66AFDF

Tints of Malibu #66AFDF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35%

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

R = 20.4%
G = 35%
B = 44.6%

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

#66AFDF (or 0x66AFDF) is known color: Malibu. HEX triplet: 66, AF and DF. RGB value is (102,175,223). Sum of RGB (Red+Green+Blue) = 102+175+223=500 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.4% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #66AFDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AFDF is #995020. Grayscale: #9E9E9E. Windows color (decimal): -10047521 or 14659430. OLE color: 14659430.

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

Color convert

RGB 102 175 223 -
CMYK 0.54 0.22 0 0.13
HSL 203.8º 0.65% 0.64% -
HSV(B) 203.8º 0.54% 0.87% -
XYZ 34.13 38.81 75.5 -
YUV 158.65 164.32 87.6 -
System Red Green Blue C M Y K H S L
Decimal 102 175 223 0.54 0.22 0 0.13 203.8 0.65 0.64
Hex 66 AF DF 36 16 0 D CC 41 40
Octal 146 257 337 66 26 0 15 314 101 100
Binary 1100110 10101111 11011111 110110 10110 0 1101 11001100 1000001 1000000

Color Harmonies of #66AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AFDF

Black with #66AFDF

Text Example


Text Example

White with #66AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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