Html Css Color HEX #66AFE6 Malibu

📋 copy color: '#66AFE6'

red 102 ◦ green 175 ◦ blue 230

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

Shades of Malibu #66AFE6

Tints of Malibu #66AFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.36%

R = 20.12%
G = 34.52%
B = 45.36%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#66AFE6 (or 0x66AFE6) is known color: Malibu. HEX triplet: 66, AF and E6. RGB value is (102,175,230). Sum of RGB (Red+Green+Blue) = 102+175+230=507 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.12% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 230 - color contains mainly: blue. Hex color #66AFE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66AFE6 is #995019. Grayscale: #9F9F9F. Windows color (decimal): -10047514 or 15118182. OLE color: 15118182.

HSL color Cylindrical-coordinate representation of color #66AFE6: hue angle of 205.78º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66AFE6 is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 102 175 230 -
CMYK 0.56 0.24 0 0.10
HSL 205.78º 0.72% 0.65% -
HSV(B) 205.78º 0.56% 0.9% -
XYZ 35.09 39.2 80.58 -
YUV 159.44 167.82 87.03 -
System Red Green Blue C M Y K H S L
Decimal 102 175 230 0.56 0.24 0 0.10 205.78 0.72 0.65
Hex 66 AF E6 38 18 0 A CE 48 41
Octal 146 257 346 70 30 0 12 316 110 101
Binary 1100110 10101111 11100110 111000 11000 0 1010 11001110 1001000 1000001

Color Harmonies of #66AFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AFE6

Black with #66AFE6

Text Example


Text Example

White with #66AFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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