Html Css Color HEX #66AFD1 Malibu

📋 copy color: '#66AFD1'

red 102 ◦ green 175 ◦ blue 209

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

Shades of Malibu #66AFD1

Tints of Malibu #66AFD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43%

R = 20.99%
G = 36.01%
B = 43%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#66AFD1 (or 0x66AFD1) is known color: Malibu. HEX triplet: 66, AF and D1. RGB value is (102,175,209). Sum of RGB (Red+Green+Blue) = 102+175+209=486 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.99% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 209 - color contains mainly: blue. Hex color #66AFD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AFD1 is #99502E. Grayscale: #9C9C9C. Windows color (decimal): -10047535 or 13741926. OLE color: 13741926.

HSL color Cylindrical-coordinate representation of color #66AFD1: hue angle of 199.07º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66AFD1 is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 102 175 209 -
CMYK 0.51 0.16 0 0.18
HSL 199.07º 0.54% 0.61% -
HSV(B) 199.07º 0.51% 0.82% -
XYZ 32.32 38.09 65.97 -
YUV 157.05 157.32 88.74 -
System Red Green Blue C M Y K H S L
Decimal 102 175 209 0.51 0.16 0 0.18 199.07 0.54 0.61
Hex 66 AF D1 33 10 0 12 C7 36 3D
Octal 146 257 321 63 20 0 22 307 66 75
Binary 1100110 10101111 11010001 110011 10000 0 10010 11000111 110110 111101

Color Harmonies of #66AFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AFD1

Black with #66AFD1

Text Example


Text Example

White with #66AFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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