Html Css Color HEX #68ABDB Malibu

📋 copy color: '#68ABDB'

red 104 ◦ green 171 ◦ blue 219

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

Shades of Malibu #68ABDB

Tints of Malibu #68ABDB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.62%

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

R = 21.05%
G = 34.62%
B = 44.33%

CMYK

 C value IS 0.53

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#68ABDB (or 0x68ABDB) is known color: Malibu. HEX triplet: 68, AB and DB. RGB value is (104,171,219). Sum of RGB (Red+Green+Blue) = 104+171+219=494 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.05% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #68ABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ABDB is #975424. Grayscale: #9C9C9C. Windows color (decimal): -9917477 or 14396264. OLE color: 14396264.

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

Color convert

RGB 104 171 219 -
CMYK 0.53 0.22 0 0.14
HSL 205.04º 0.61% 0.63% -
HSV(B) 205.04º 0.53% 0.86% -
XYZ 33.06 37.18 72.45 -
YUV 156.44 163.3 90.6 -
System Red Green Blue C M Y K H S L
Decimal 104 171 219 0.53 0.22 0 0.14 205.04 0.61 0.63
Hex 68 AB DB 35 16 0 E CD 3D 3F
Octal 150 253 333 65 26 0 16 315 75 77
Binary 1101000 10101011 11011011 110101 10110 0 1110 11001101 111101 111111

Color Harmonies of #68ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ABDB

Black with #68ABDB

Text Example


Text Example

White with #68ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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