Html Css Color HEX #66BCD8 Malibu

📋 copy color: '#66BCD8'

red 102 ◦ green 188 ◦ blue 216

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

Shades of Malibu #66BCD8

Tints of Malibu #66BCD8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.15%

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

R = 20.16%
G = 37.15%
B = 42.69%

CMYK

 C value IS 0.53

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#66BCD8 (or 0x66BCD8) is known color: Malibu. HEX triplet: 66, BC and D8. RGB value is (102,188,216). Sum of RGB (Red+Green+Blue) = 102+188+216=506 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.16% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 216 (84.77% from 255 or 42.69% from 506); Max value from RGB is 216 - color contains mainly: blue. Hex color #66BCD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BCD8 is #994327. Grayscale: #A5A5A5. Windows color (decimal): -10044200 or 14204006. OLE color: 14204006.

HSL color Cylindrical-coordinate representation of color #66BCD8: hue angle of 194.74º 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 #66BCD8 is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 188 216 -
CMYK 0.53 0.13 0 0.15
HSL 194.74º 0.59% 0.62% -
HSV(B) 194.74º 0.53% 0.85% -
XYZ 35.86 43.75 71.52 -
YUV 165.48 156.51 82.72 -
System Red Green Blue C M Y K H S L
Decimal 102 188 216 0.53 0.13 0 0.15 194.74 0.59 0.62
Hex 66 BC D8 35 D 0 F C3 3B 3E
Octal 146 274 330 65 15 0 17 303 73 76
Binary 1100110 10111100 11011000 110101 1101 0 1111 11000011 111011 111110

Color Harmonies of #66BCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BCD8

Black with #66BCD8

Text Example


Text Example

White with #66BCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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