Html Css Color HEX #66B2D7 Malibu

📋 copy color: '#66B2D7'

red 102 ◦ green 178 ◦ blue 215

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

Shades of Malibu #66B2D7

Tints of Malibu #66B2D7

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.96%

 BLUE value IS 215 (84.38% from 255) = 43.43%

R = 20.61%
G = 35.96%
B = 43.43%

CMYK

 C value IS 0.53

 M value IS 0.17

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#66B2D7 (or 0x66B2D7) is known color: Malibu. HEX triplet: 66, B2 and D7. RGB value is (102,178,215). Sum of RGB (Red+Green+Blue) = 102+178+215=495 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.61% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 215 (84.38% from 255 or 43.43% from 495); Max value from RGB is 215 - color contains mainly: blue. Hex color #66B2D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66B2D7 is #994D28. Grayscale: #9F9F9F. Windows color (decimal): -10046761 or 14135910. OLE color: 14135910.

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

Color convert

RGB 102 178 215 -
CMYK 0.53 0.17 0 0.16
HSL 199.65º 0.59% 0.62% -
HSV(B) 199.65º 0.53% 0.84% -
XYZ 33.67 39.57 70.15 -
YUV 159.49 159.32 86.99 -
System Red Green Blue C M Y K H S L
Decimal 102 178 215 0.53 0.17 0 0.16 199.65 0.59 0.62
Hex 66 B2 D7 35 11 0 10 C8 3B 3E
Octal 146 262 327 65 21 0 20 310 73 76
Binary 1100110 10110010 11010111 110101 10001 0 10000 11001000 111011 111110

Color Harmonies of #66B2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B2D7

Black with #66B2D7

Text Example


Text Example

White with #66B2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,178,215); }

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

background-color css

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

 a { background-color: rgb(102,178,215); }

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

border-color css

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

 span { border-color: rgb(102,178,215); }

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