Html Css Color HEX #66AFEB Malibu

📋 copy color: '#66AFEB'

red 102 ◦ green 175 ◦ blue 235

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

Shades of Malibu #66AFEB

Tints of Malibu #66AFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.9%

R = 19.92%
G = 34.18%
B = 45.9%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#66AFEB (or 0x66AFEB) is known color: Malibu. HEX triplet: 66, AF and EB. RGB value is (102,175,235). Sum of RGB (Red+Green+Blue) = 102+175+235=512 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.92% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #66AFEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66AFEB is #995014. Grayscale: #9F9F9F. Windows color (decimal): -10047509 or 15445862. OLE color: 15445862.

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

Color convert

RGB 102 175 235 -
CMYK 0.57 0.26 0 0.08
HSL 207.07º 0.77% 0.66% -
HSV(B) 207.07º 0.57% 0.92% -
XYZ 35.8 39.48 84.33 -
YUV 160.01 170.32 86.62 -
System Red Green Blue C M Y K H S L
Decimal 102 175 235 0.57 0.26 0 0.08 207.07 0.77 0.66
Hex 66 AF EB 39 1A 0 8 CF 4D 42
Octal 146 257 353 71 32 0 10 317 115 102
Binary 1100110 10101111 11101011 111001 11010 0 1000 11001111 1001101 1000010

Color Harmonies of #66AFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AFEB

Black with #66AFEB

Text Example


Text Example

White with #66AFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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