Html Css Color HEX #68ADDB Malibu

📋 copy color: '#68ADDB'

red 104 ◦ green 173 ◦ blue 219

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

Shades of Malibu #68ADDB

Tints of Malibu #68ADDB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.88%

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

R = 20.97%
G = 34.88%
B = 44.15%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#68ADDB (or 0x68ADDB) is known color: Malibu. HEX triplet: 68, AD and DB. RGB value is (104,173,219). Sum of RGB (Red+Green+Blue) = 104+173+219=496 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.97% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #68ADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ADDB is #975224. Grayscale: #9D9D9D. Windows color (decimal): -9916965 or 14396776. OLE color: 14396776.

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

Color convert

RGB 104 173 219 -
CMYK 0.53 0.21 0 0.14
HSL 204º 0.61% 0.63% -
HSV(B) 204º 0.53% 0.86% -
XYZ 33.44 37.94 72.58 -
YUV 157.61 162.64 89.76 -
System Red Green Blue C M Y K H S L
Decimal 104 173 219 0.53 0.21 0 0.14 204 0.61 0.63
Hex 68 AD DB 35 15 0 E CC 3D 3F
Octal 150 255 333 65 25 0 16 314 75 77
Binary 1101000 10101101 11011011 110101 10101 0 1110 11001100 111101 111111

Color Harmonies of #68ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ADDB

Black with #68ADDB

Text Example


Text Example

White with #68ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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