Html Css Color HEX #66BEDF Malibu

📋 copy color: '#66BEDF'

red 102 ◦ green 190 ◦ blue 223

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

Shades of Malibu #66BEDF

Tints of Malibu #66BEDF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.89%

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

R = 19.81%
G = 36.89%
B = 43.3%

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

#66BEDF (or 0x66BEDF) is known color: Malibu. HEX triplet: 66, BE and DF. RGB value is (102,190,223). Sum of RGB (Red+Green+Blue) = 102+190+223=515 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.81% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #66BEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BEDF is #994120. Grayscale: #A7A7A7. Windows color (decimal): -10043681 or 14663270. OLE color: 14663270.

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

Color convert

RGB 102 190 223 -
CMYK 0.54 0.15 0 0.13
HSL 196.36º 0.65% 0.64% -
HSV(B) 196.36º 0.54% 0.87% -
XYZ 37.21 44.98 76.53 -
YUV 167.45 159.35 81.32 -
System Red Green Blue C M Y K H S L
Decimal 102 190 223 0.54 0.15 0 0.13 196.36 0.65 0.64
Hex 66 BE DF 36 F 0 D C4 41 40
Octal 146 276 337 66 17 0 15 304 101 100
Binary 1100110 10111110 11011111 110110 1111 0 1101 11000100 1000001 1000000

Color Harmonies of #66BEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BEDF

Black with #66BEDF

Text Example


Text Example

White with #66BEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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