Html Css Color HEX #68ADD9 Malibu

📋 copy color: '#68ADD9'

red 104 ◦ green 173 ◦ blue 217

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

Shades of Malibu #68ADD9

Tints of Malibu #68ADD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 43.93%

R = 21.05%
G = 35.02%
B = 43.93%

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

#68ADD9 (or 0x68ADD9) is known color: Malibu. HEX triplet: 68, AD and D9. RGB value is (104,173,217). Sum of RGB (Red+Green+Blue) = 104+173+217=494 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.05% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 217 (85.16% from 255 or 43.93% from 494); Max value from RGB is 217 - color contains mainly: blue. Hex color #68ADD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ADD9 is #975226. Grayscale: #9D9D9D. Windows color (decimal): -9916967 or 14265704. OLE color: 14265704.

HSL color Cylindrical-coordinate representation of color #68ADD9: hue angle of 203.36º degrees, saturation: 0.6, 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 #68ADD9 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 173 217 -
CMYK 0.52 0.20 0 0.15
HSL 203.36º 0.6% 0.63% -
HSV(B) 203.36º 0.52% 0.85% -
XYZ 33.18 37.84 71.2 -
YUV 157.39 161.64 89.92 -
System Red Green Blue C M Y K H S L
Decimal 104 173 217 0.52 0.20 0 0.15 203.36 0.6 0.63
Hex 68 AD D9 34 14 0 F CB 3C 3F
Octal 150 255 331 64 24 0 17 313 74 77
Binary 1101000 10101101 11011001 110100 10100 0 1111 11001011 111100 111111

Color Harmonies of #68ADD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ADD9

Black with #68ADD9

Text Example


Text Example

White with #68ADD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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