Html Css Color HEX #66BBDF Malibu

📋 copy color: '#66BBDF'

red 102 ◦ green 187 ◦ blue 223

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

Shades of Malibu #66BBDF

Tints of Malibu #66BBDF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.52%

 BLUE value IS 223 (87.5% from 255) = 43.55%

R = 19.92%
G = 36.52%
B = 43.55%

CMYK

 C value IS 0.54

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#66BBDF (or 0x66BBDF) is known color: Malibu. HEX triplet: 66, BB and DF. RGB value is (102,187,223). Sum of RGB (Red+Green+Blue) = 102+187+223=512 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.92% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #66BBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BBDF is #994420. Grayscale: #A5A5A5. Windows color (decimal): -10044449 or 14662502. OLE color: 14662502.

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

Color convert

RGB 102 187 223 -
CMYK 0.54 0.16 0 0.13
HSL 197.85º 0.65% 0.64% -
HSV(B) 197.85º 0.54% 0.87% -
XYZ 36.57 43.69 76.32 -
YUV 165.69 160.34 82.57 -
System Red Green Blue C M Y K H S L
Decimal 102 187 223 0.54 0.16 0 0.13 197.85 0.65 0.64
Hex 66 BB DF 36 10 0 D C6 41 40
Octal 146 273 337 66 20 0 15 306 101 100
Binary 1100110 10111011 11011111 110110 10000 0 1101 11000110 1000001 1000000

Color Harmonies of #66BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BBDF

Black with #66BBDF

Text Example


Text Example

White with #66BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,187,223); }

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

background-color css

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

 a { background-color: rgb(102,187,223); }

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

border-color css

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

 span { border-color: rgb(102,187,223); }

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