Html Css Color HEX #66C7DA Malibu

📋 copy color: '#66C7DA'

red 102 ◦ green 199 ◦ blue 218

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

Shades of Malibu #66C7DA

Tints of Malibu #66C7DA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.34%

 BLUE value IS 218 (85.55% from 255) = 42%

R = 19.65%
G = 38.34%
B = 42%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#66C7DA (or 0x66C7DA) is known color: Malibu. HEX triplet: 66, C7 and DA. RGB value is (102,199,218). Sum of RGB (Red+Green+Blue) = 102+199+218=519 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.65% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #66C7DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C7DA is #993825. Grayscale: #ABABAB. Windows color (decimal): -10041382 or 14337894. OLE color: 14337894.

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

Color convert

RGB 102 199 218 -
CMYK 0.53 0.09 0 0.15
HSL 189.83º 0.61% 0.63% -
HSV(B) 189.83º 0.53% 0.85% -
XYZ 38.56 48.73 73.7 -
YUV 172.16 153.86 77.96 -
System Red Green Blue C M Y K H S L
Decimal 102 199 218 0.53 0.09 0 0.15 189.83 0.61 0.63
Hex 66 C7 DA 35 9 0 F BE 3D 3F
Octal 146 307 332 65 11 0 17 276 75 77
Binary 1100110 11000111 11011010 110101 1001 0 1111 10111110 111101 111111

Color Harmonies of #66C7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C7DA

Black with #66C7DA

Text Example


Text Example

White with #66C7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,199,218); }

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

background-color css

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

 a { background-color: rgb(102,199,218); }

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

border-color css

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

 span { border-color: rgb(102,199,218); }

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