Html Css Color HEX #66C6D8 Malibu

📋 copy color: '#66C6D8'

red 102 ◦ green 198 ◦ blue 216

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

Shades of Malibu #66C6D8

Tints of Malibu #66C6D8

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.37%

 BLUE value IS 216 (84.77% from 255) = 41.86%

R = 19.77%
G = 38.37%
B = 41.86%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#66C6D8 (or 0x66C6D8) is known color: Malibu. HEX triplet: 66, C6 and D8. RGB value is (102,198,216). Sum of RGB (Red+Green+Blue) = 102+198+216=516 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.77% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 216 (84.77% from 255 or 41.86% from 516); Max value from RGB is 216 - color contains mainly: blue. Hex color #66C6D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C6D8 is #993927. Grayscale: #ABABAB. Windows color (decimal): -10041640 or 14206566. OLE color: 14206566.

HSL color Cylindrical-coordinate representation of color #66C6D8: hue angle of 189.47º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66C6D8 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 198 216 -
CMYK 0.53 0.08 0 0.15
HSL 189.47º 0.59% 0.62% -
HSV(B) 189.47º 0.53% 0.85% -
XYZ 38.07 48.17 72.26 -
YUV 171.35 153.2 78.54 -
System Red Green Blue C M Y K H S L
Decimal 102 198 216 0.53 0.08 0 0.15 189.47 0.59 0.62
Hex 66 C6 D8 35 8 0 F BD 3B 3E
Octal 146 306 330 65 10 0 17 275 73 76
Binary 1100110 11000110 11011000 110101 1000 0 1111 10111101 111011 111110

Color Harmonies of #66C6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C6D8

Black with #66C6D8

Text Example


Text Example

White with #66C6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,198,216); }

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

background-color css

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

 a { background-color: rgb(102,198,216); }

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

border-color css

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

 span { border-color: rgb(102,198,216); }

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