Html Css Color HEX #66BFDD Malibu

📋 copy color: '#66BFDD'

red 102 ◦ green 191 ◦ blue 221

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

Shades of Malibu #66BFDD

Tints of Malibu #66BFDD

RGB

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

 GREEN value IS 191 (75% from 255) = 37.16%

 BLUE value IS 221 (86.72% from 255) = 43%

R = 19.84%
G = 37.16%
B = 43%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#66BFDD (or 0x66BFDD) is known color: Malibu. HEX triplet: 66, BF and DD. RGB value is (102,191,221). Sum of RGB (Red+Green+Blue) = 102+191+221=514 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.84% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #66BFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BFDD is #994022. Grayscale: #A7A7A7. Windows color (decimal): -10043427 or 14532454. OLE color: 14532454.

HSL color Cylindrical-coordinate representation of color #66BFDD: hue angle of 195.13º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66BFDD is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 191 221 -
CMYK 0.54 0.14 0 0.13
HSL 195.13º 0.64% 0.63% -
HSV(B) 195.13º 0.54% 0.87% -
XYZ 37.16 45.31 75.19 -
YUV 167.81 158.01 81.06 -
System Red Green Blue C M Y K H S L
Decimal 102 191 221 0.54 0.14 0 0.13 195.13 0.64 0.63
Hex 66 BF DD 36 E 0 D C3 40 3F
Octal 146 277 335 66 16 0 15 303 100 77
Binary 1100110 10111111 11011101 110110 1110 0 1101 11000011 1000000 111111

Color Harmonies of #66BFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BFDD

Black with #66BFDD

Text Example


Text Example

White with #66BFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,191,221); }

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

background-color css

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

 a { background-color: rgb(102,191,221); }

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

border-color css

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

 span { border-color: rgb(102,191,221); }

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