Html Css Color HEX #66B1E0 Malibu

📋 copy color: '#66B1E0'

red 102 ◦ green 177 ◦ blue 224

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

Shades of Malibu #66B1E0

Tints of Malibu #66B1E0

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.19%

 BLUE value IS 224 (87.89% from 255) = 44.53%

R = 20.28%
G = 35.19%
B = 44.53%

CMYK

 C value IS 0.54

 M value IS 0.21

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#66B1E0 (or 0x66B1E0) is known color: Malibu. HEX triplet: 66, B1 and E0. RGB value is (102,177,224). Sum of RGB (Red+Green+Blue) = 102+177+224=503 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.28% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 224 - color contains mainly: blue. Hex color #66B1E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66B1E0 is #994E1F. Grayscale: #9F9F9F. Windows color (decimal): -10047008 or 14725478. OLE color: 14725478.

HSL color Cylindrical-coordinate representation of color #66B1E0: hue angle of 203.11º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66B1E0 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 102 177 224 -
CMYK 0.54 0.21 0 0.12
HSL 203.11º 0.66% 0.64% -
HSV(B) 203.11º 0.54% 0.88% -
XYZ 34.66 39.65 76.35 -
YUV 159.93 164.15 86.68 -
System Red Green Blue C M Y K H S L
Decimal 102 177 224 0.54 0.21 0 0.12 203.11 0.66 0.64
Hex 66 B1 E0 36 15 0 C CB 42 40
Octal 146 261 340 66 25 0 14 313 102 100
Binary 1100110 10110001 11100000 110110 10101 0 1100 11001011 1000010 1000000

Color Harmonies of #66B1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B1E0

Black with #66B1E0

Text Example


Text Example

White with #66B1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,177,224); }

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

background-color css

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

 a { background-color: rgb(102,177,224); }

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

border-color css

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

 span { border-color: rgb(102,177,224); }

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