Html Css Color HEX #66AFE7 Malibu

📋 copy color: '#66AFE7'

red 102 ◦ green 175 ◦ blue 231

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

Shades of Malibu #66AFE7

Tints of Malibu #66AFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.47%

R = 20.08%
G = 34.45%
B = 45.47%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#66AFE7 (or 0x66AFE7) is known color: Malibu. HEX triplet: 66, AF and E7. RGB value is (102,175,231). Sum of RGB (Red+Green+Blue) = 102+175+231=508 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.08% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 231 (90.62% from 255 or 45.47% from 508); Max value from RGB is 231 - color contains mainly: blue. Hex color #66AFE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66AFE7 is #995018. Grayscale: #9F9F9F. Windows color (decimal): -10047513 or 15183718. OLE color: 15183718.

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

Color convert

RGB 102 175 231 -
CMYK 0.56 0.24 0 0.09
HSL 206.05º 0.73% 0.65% -
HSV(B) 206.05º 0.56% 0.91% -
XYZ 35.23 39.25 81.32 -
YUV 159.56 168.32 86.95 -
System Red Green Blue C M Y K H S L
Decimal 102 175 231 0.56 0.24 0 0.09 206.05 0.73 0.65
Hex 66 AF E7 38 18 0 9 CE 49 41
Octal 146 257 347 70 30 0 11 316 111 101
Binary 1100110 10101111 11100111 111000 11000 0 1001 11001110 1001001 1000001

Color Harmonies of #66AFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AFE7

Black with #66AFE7

Text Example


Text Example

White with #66AFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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