Html Css Color HEX #66BDDF Malibu

📋 copy color: '#66BDDF'

red 102 ◦ green 189 ◦ blue 223

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

Shades of Malibu #66BDDF

Tints of Malibu #66BDDF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.77%

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

R = 19.84%
G = 36.77%
B = 43.39%

CMYK

 C value IS 0.54

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#66BDDF (or 0x66BDDF) is known color: Malibu. HEX triplet: 66, BD and DF. RGB value is (102,189,223). Sum of RGB (Red+Green+Blue) = 102+189+223=514 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.84% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #66BDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BDDF is #994220. Grayscale: #A6A6A6. Windows color (decimal): -10043937 or 14663014. OLE color: 14663014.

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

Color convert

RGB 102 189 223 -
CMYK 0.54 0.15 0 0.13
HSL 196.86º 0.65% 0.64% -
HSV(B) 196.86º 0.54% 0.87% -
XYZ 37 44.55 76.46 -
YUV 166.86 159.68 81.74 -
System Red Green Blue C M Y K H S L
Decimal 102 189 223 0.54 0.15 0 0.13 196.86 0.65 0.64
Hex 66 BD DF 36 F 0 D C5 41 40
Octal 146 275 337 66 17 0 15 305 101 100
Binary 1100110 10111101 11011111 110110 1111 0 1101 11000101 1000001 1000000

Color Harmonies of #66BDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BDDF

Black with #66BDDF

Text Example


Text Example

White with #66BDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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