Html Css Color HEX #66BAE6 Malibu

📋 copy color: '#66BAE6'

red 102 ◦ green 186 ◦ blue 230

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

Shades of Malibu #66BAE6

Tints of Malibu #66BAE6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.91%

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

R = 19.69%
G = 35.91%
B = 44.4%

CMYK

 C value IS 0.56

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#66BAE6 (or 0x66BAE6) is known color: Malibu. HEX triplet: 66, BA and E6. RGB value is (102,186,230). Sum of RGB (Red+Green+Blue) = 102+186+230=518 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.69% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 230 - color contains mainly: blue. Hex color #66BAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BAE6 is #994519. Grayscale: #A5A5A5. Windows color (decimal): -10044698 or 15120998. OLE color: 15120998.

HSL color Cylindrical-coordinate representation of color #66BAE6: hue angle of 200.62º 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 #66BAE6 is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 102 186 230 -
CMYK 0.56 0.19 0 0.10
HSL 200.63º 0.72% 0.65% -
HSV(B) 200.63º 0.56% 0.9% -
XYZ 37.32 43.66 81.32 -
YUV 165.9 164.17 82.42 -
System Red Green Blue C M Y K H S L
Decimal 102 186 230 0.56 0.19 0 0.10 200.63 0.72 0.65
Hex 66 BA E6 38 13 0 A C9 48 41
Octal 146 272 346 70 23 0 12 311 110 101
Binary 1100110 10111010 11100110 111000 10011 0 1010 11001001 1001000 1000001

Color Harmonies of #66BAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BAE6

Black with #66BAE6

Text Example


Text Example

White with #66BAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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