Html Css Color HEX #68B9DC Malibu

📋 copy color: '#68B9DC'

red 104 ◦ green 185 ◦ blue 220

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

Shades of Malibu #68B9DC

Tints of Malibu #68B9DC

RGB

 RED value IS 104 (41.02% from 255) = 20.43%

 GREEN value IS 185 (72.66% from 255) = 36.35%

 BLUE value IS 220 (86.33% from 255) = 43.22%

R = 20.43%
G = 36.35%
B = 43.22%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#68B9DC (or 0x68B9DC) is known color: Malibu. HEX triplet: 68, B9 and DC. RGB value is (104,185,220). Sum of RGB (Red+Green+Blue) = 104+185+220=509 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.43% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #68B9DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B9DC is #974623. Grayscale: #A4A4A4. Windows color (decimal): -9913892 or 14465384. OLE color: 14465384.

HSL color Cylindrical-coordinate representation of color #68B9DC: hue angle of 198.1º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68B9DC is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 185 220 -
CMYK 0.53 0.16 0 0.14
HSL 198.1º 0.62% 0.64% -
HSV(B) 198.1º 0.53% 0.86% -
XYZ 35.98 42.81 74.08 -
YUV 164.77 159.16 84.65 -
System Red Green Blue C M Y K H S L
Decimal 104 185 220 0.53 0.16 0 0.14 198.1 0.62 0.64
Hex 68 B9 DC 35 10 0 E C6 3E 40
Octal 150 271 334 65 20 0 16 306 76 100
Binary 1101000 10111001 11011100 110101 10000 0 1110 11000110 111110 1000000

Color Harmonies of #68B9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B9DC

Black with #68B9DC

Text Example


Text Example

White with #68B9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68B9DC; }

 p { color: rgb(104,185,220); }

 H1.HeaderClassName
 {
   color: #68B9DC;
 }
 .AnyTagClassName
 {
   color: #68B9DC;
 }
</style>

background-color css

<style>
 a { background-color: #68B9DC; }

 a { background-color: rgb(104,185,220); }

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

border-color css

<style>
 span { border-color: #68B9DC; }

 span { border-color: rgb(104,185,220); }

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