Html Css Color HEX #68B3DC Malibu

📋 copy color: '#68B3DC'

red 104 ◦ green 179 ◦ blue 220

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

Shades of Malibu #68B3DC

Tints of Malibu #68B3DC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.59%

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

R = 20.68%
G = 35.59%
B = 43.74%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#68B3DC (or 0x68B3DC) is known color: Malibu. HEX triplet: 68, B3 and DC. RGB value is (104,179,220). Sum of RGB (Red+Green+Blue) = 104+179+220=503 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.68% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #68B3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B3DC is #974C23. Grayscale: #A1A1A1. Windows color (decimal): -9915428 or 14463848. OLE color: 14463848.

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

Color convert

RGB 104 179 220 -
CMYK 0.53 0.19 0 0.14
HSL 201.21º 0.62% 0.64% -
HSV(B) 201.21º 0.53% 0.86% -
XYZ 34.75 40.35 73.67 -
YUV 161.25 161.15 87.17 -
System Red Green Blue C M Y K H S L
Decimal 104 179 220 0.53 0.19 0 0.14 201.21 0.62 0.64
Hex 68 B3 DC 35 13 0 E C9 3E 40
Octal 150 263 334 65 23 0 16 311 76 100
Binary 1101000 10110011 11011100 110101 10011 0 1110 11001001 111110 1000000

Color Harmonies of #68B3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B3DC

Black with #68B3DC

Text Example


Text Example

White with #68B3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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