Html Css Color HEX #66ADF3 Malibu

📋 copy color: '#66ADF3'

red 102 ◦ green 173 ◦ blue 243

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

Shades of Malibu #66ADF3

Tints of Malibu #66ADF3

RGB

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

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

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

R = 19.69%
G = 33.4%
B = 46.91%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#66ADF3 (or 0x66ADF3) is known color: Malibu. HEX triplet: 66, AD and F3. RGB value is (102,173,243). Sum of RGB (Red+Green+Blue) = 102+173+243=518 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.69% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 243 (95.31% from 255 or 46.91% from 518); Max value from RGB is 243 - color contains mainly: blue. Hex color #66ADF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66ADF3 is #99520C. Grayscale: #9F9F9F. Windows color (decimal): -10048013 or 15969638. OLE color: 15969638.

HSL color Cylindrical-coordinate representation of color #66ADF3: hue angle of 209.79º 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 #66ADF3 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 102 173 243 -
CMYK 0.58 0.29 0 0.05
HSL 209.79º 0.85% 0.68% -
HSV(B) 209.79º 0.58% 0.95% -
XYZ 36.6 39.18 90.43 -
YUV 159.75 174.98 86.81 -
System Red Green Blue C M Y K H S L
Decimal 102 173 243 0.58 0.29 0 0.05 209.79 0.85 0.68
Hex 66 AD F3 3A 1D 0 5 D2 55 44
Octal 146 255 363 72 35 0 5 322 125 104
Binary 1100110 10101101 11110011 111010 11101 0 101 11010010 1010101 1000100

Color Harmonies of #66ADF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ADF3

Black with #66ADF3

Text Example


Text Example

White with #66ADF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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