Html Css Color HEX #68ADD8 Malibu

📋 copy color: '#68ADD8'

red 104 ◦ green 173 ◦ blue 216

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

Shades of Malibu #68ADD8

Tints of Malibu #68ADD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.81%

R = 21.1%
G = 35.09%
B = 43.81%

CMYK

 C value IS 0.52

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#68ADD8 (or 0x68ADD8) is known color: Malibu. HEX triplet: 68, AD and D8. RGB value is (104,173,216). Sum of RGB (Red+Green+Blue) = 104+173+216=493 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.10% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 216 (84.77% from 255 or 43.81% from 493); Max value from RGB is 216 - color contains mainly: blue. Hex color #68ADD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ADD8 is #975227. Grayscale: #9D9D9D. Windows color (decimal): -9916968 or 14200168. OLE color: 14200168.

HSL color Cylindrical-coordinate representation of color #68ADD8: hue angle of 203.04º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68ADD8 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 173 216 -
CMYK 0.52 0.20 0 0.15
HSL 203.04º 0.59% 0.63% -
HSV(B) 203.04º 0.52% 0.85% -
XYZ 33.05 37.79 70.52 -
YUV 157.27 161.14 90 -
System Red Green Blue C M Y K H S L
Decimal 104 173 216 0.52 0.20 0 0.15 203.04 0.59 0.63
Hex 68 AD D8 34 14 0 F CB 3B 3F
Octal 150 255 330 64 24 0 17 313 73 77
Binary 1101000 10101101 11011000 110100 10100 0 1111 11001011 111011 111111

Color Harmonies of #68ADD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ADD8

Black with #68ADD8

Text Example


Text Example

White with #68ADD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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