Html Css Color HEX #66BFDF Malibu

📋 copy color: '#66BFDF'

red 102 ◦ green 191 ◦ blue 223

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

Shades of Malibu #66BFDF

Tints of Malibu #66BFDF

RGB

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

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

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

R = 19.77%
G = 37.02%
B = 43.22%

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

#66BFDF (or 0x66BFDF) is known color: Malibu. HEX triplet: 66, BF and DF. RGB value is (102,191,223). Sum of RGB (Red+Green+Blue) = 102+191+223=516 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.77% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #66BFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BFDF is #994020. Grayscale: #A7A7A7. Windows color (decimal): -10043425 or 14663526. OLE color: 14663526.

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

Color convert

RGB 102 191 223 -
CMYK 0.54 0.14 0 0.13
HSL 195.87º 0.65% 0.64% -
HSV(B) 195.87º 0.54% 0.87% -
XYZ 37.43 45.41 76.61 -
YUV 168.04 159.01 80.9 -
System Red Green Blue C M Y K H S L
Decimal 102 191 223 0.54 0.14 0 0.13 195.87 0.65 0.64
Hex 66 BF DF 36 E 0 D C4 41 40
Octal 146 277 337 66 16 0 15 304 101 100
Binary 1100110 10111111 11011111 110110 1110 0 1101 11000100 1000001 1000000

Color Harmonies of #66BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BFDF

Black with #66BFDF

Text Example


Text Example

White with #66BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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