Html Css Color HEX #66AFDA Malibu

📋 copy color: '#66AFDA'

red 102 ◦ green 175 ◦ blue 218

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

Shades of Malibu #66AFDA

Tints of Malibu #66AFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.04%

R = 20.61%
G = 35.35%
B = 44.04%

CMYK

 C value IS 0.53

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#66AFDA (or 0x66AFDA) is known color: Malibu. HEX triplet: 66, AF and DA. RGB value is (102,175,218). Sum of RGB (Red+Green+Blue) = 102+175+218=495 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.61% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #66AFDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AFDA is #995025. Grayscale: #9D9D9D. Windows color (decimal): -10047526 or 14331750. OLE color: 14331750.

HSL color Cylindrical-coordinate representation of color #66AFDA: hue angle of 202.24º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66AFDA is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 175 218 -
CMYK 0.53 0.20 0 0.15
HSL 202.24º 0.61% 0.63% -
HSV(B) 202.24º 0.53% 0.85% -
XYZ 33.46 38.55 72.01 -
YUV 158.08 161.82 88 -
System Red Green Blue C M Y K H S L
Decimal 102 175 218 0.53 0.20 0 0.15 202.24 0.61 0.63
Hex 66 AF DA 35 14 0 F CA 3D 3F
Octal 146 257 332 65 24 0 17 312 75 77
Binary 1100110 10101111 11011010 110101 10100 0 1111 11001010 111101 111111

Color Harmonies of #66AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AFDA

Black with #66AFDA

Text Example


Text Example

White with #66AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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