Html Css Color HEX #66AFF3 Malibu

📋 copy color: '#66AFF3'

red 102 ◦ green 175 ◦ blue 243

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

Shades of Malibu #66AFF3

Tints of Malibu #66AFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 46.73%

R = 19.62%
G = 33.65%
B = 46.73%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#66AFF3 (or 0x66AFF3) is known color: Malibu. HEX triplet: 66, AF and F3. RGB value is (102,175,243). Sum of RGB (Red+Green+Blue) = 102+175+243=520 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.62% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 243 (95.31% from 255 or 46.73% from 520); Max value from RGB is 243 - color contains mainly: blue. Hex color #66AFF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66AFF3 is #99500C. Grayscale: #A0A0A0. Windows color (decimal): -10047501 or 15970150. OLE color: 15970150.

HSL color Cylindrical-coordinate representation of color #66AFF3: hue angle of 208.94º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66AFF3 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 102 175 243 -
CMYK 0.58 0.28 0 0.05
HSL 208.94º 0.85% 0.68% -
HSV(B) 208.94º 0.58% 0.95% -
XYZ 36.99 39.96 90.56 -
YUV 160.93 174.32 85.97 -
System Red Green Blue C M Y K H S L
Decimal 102 175 243 0.58 0.28 0 0.05 208.94 0.85 0.68
Hex 66 AF F3 3A 1C 0 5 D1 55 44
Octal 146 257 363 72 34 0 5 321 125 104
Binary 1100110 10101111 11110011 111010 11100 0 101 11010001 1010101 1000100

Color Harmonies of #66AFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AFF3

Black with #66AFF3

Text Example


Text Example

White with #66AFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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