Html Css Color HEX #66AFEA Malibu

📋 copy color: '#66AFEA'

red 102 ◦ green 175 ◦ blue 234

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

Shades of Malibu #66AFEA

Tints of Malibu #66AFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.79%

R = 19.96%
G = 34.25%
B = 45.79%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#66AFEA (or 0x66AFEA) is known color: Malibu. HEX triplet: 66, AF and EA. RGB value is (102,175,234). Sum of RGB (Red+Green+Blue) = 102+175+234=511 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.96% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #66AFEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66AFEA is #995015. Grayscale: #9F9F9F. Windows color (decimal): -10047510 or 15380326. OLE color: 15380326.

HSL color Cylindrical-coordinate representation of color #66AFEA: hue angle of 206.82º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66AFEA is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 175 234 -
CMYK 0.56 0.25 0 0.08
HSL 206.82º 0.76% 0.66% -
HSV(B) 206.82º 0.56% 0.92% -
XYZ 35.66 39.43 83.57 -
YUV 159.9 169.82 86.7 -
System Red Green Blue C M Y K H S L
Decimal 102 175 234 0.56 0.25 0 0.08 206.82 0.76 0.66
Hex 66 AF EA 38 19 0 8 CF 4C 42
Octal 146 257 352 70 31 0 10 317 114 102
Binary 1100110 10101111 11101010 111000 11001 0 1000 11001111 1001100 1000010

Color Harmonies of #66AFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AFEA

Black with #66AFEA

Text Example


Text Example

White with #66AFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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