Html Css Color HEX #68B8DC Malibu

📋 copy color: '#68B8DC'

red 104 ◦ green 184 ◦ blue 220

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

Shades of Malibu #68B8DC

Tints of Malibu #68B8DC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.22%

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

R = 20.47%
G = 36.22%
B = 43.31%

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

#68B8DC (or 0x68B8DC) is known color: Malibu. HEX triplet: 68, B8 and DC. RGB value is (104,184,220). Sum of RGB (Red+Green+Blue) = 104+184+220=508 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.47% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #68B8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B8DC is #974723. Grayscale: #A3A3A3. Windows color (decimal): -9914148 or 14465128. OLE color: 14465128.

HSL color Cylindrical-coordinate representation of color #68B8DC: hue angle of 198.62º 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 #68B8DC is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 184 220 -
CMYK 0.53 0.16 0 0.14
HSL 198.62º 0.62% 0.64% -
HSV(B) 198.62º 0.53% 0.86% -
XYZ 35.77 42.39 74.01 -
YUV 164.18 159.5 85.07 -
System Red Green Blue C M Y K H S L
Decimal 104 184 220 0.53 0.16 0 0.14 198.62 0.62 0.64
Hex 68 B8 DC 35 10 0 E C7 3E 40
Octal 150 270 334 65 20 0 16 307 76 100
Binary 1101000 10111000 11011100 110101 10000 0 1110 11000111 111110 1000000

Color Harmonies of #68B8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B8DC

Black with #68B8DC

Text Example


Text Example

White with #68B8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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