Html Css Color HEX #68C1DB Malibu

📋 copy color: '#68C1DB'

red 104 ◦ green 193 ◦ blue 219

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

Shades of Malibu #68C1DB

Tints of Malibu #68C1DB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.4%

 BLUE value IS 219 (85.94% from 255) = 42.44%

R = 20.16%
G = 37.4%
B = 42.44%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#68C1DB (or 0x68C1DB) is known color: Malibu. HEX triplet: 68, C1 and DB. RGB value is (104,193,219). Sum of RGB (Red+Green+Blue) = 104+193+219=516 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.16% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #68C1DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C1DB is #973E24. Grayscale: #A9A9A9. Windows color (decimal): -9911845 or 14401896. OLE color: 14401896.

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

Color convert

RGB 104 193 219 -
CMYK 0.53 0.12 0 0.14
HSL 193.57º 0.61% 0.63% -
HSV(B) 193.57º 0.53% 0.86% -
XYZ 37.57 46.2 73.95 -
YUV 169.35 156.01 81.39 -
System Red Green Blue C M Y K H S L
Decimal 104 193 219 0.53 0.12 0 0.14 193.57 0.61 0.63
Hex 68 C1 DB 35 C 0 E C2 3D 3F
Octal 150 301 333 65 14 0 16 302 75 77
Binary 1101000 11000001 11011011 110101 1100 0 1110 11000010 111101 111111

Color Harmonies of #68C1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C1DB

Black with #68C1DB

Text Example


Text Example

White with #68C1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,193,219); }

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

background-color css

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

 a { background-color: rgb(104,193,219); }

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

border-color css

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

 span { border-color: rgb(104,193,219); }

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