Html Css Color HEX #68ADDD Malibu

📋 copy color: '#68ADDD'

red 104 ◦ green 173 ◦ blue 221

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

Shades of Malibu #68ADDD

Tints of Malibu #68ADDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.38%

R = 20.88%
G = 34.74%
B = 44.38%

CMYK

 C value IS 0.53

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68ADDD (or 0x68ADDD) is known color: Malibu. HEX triplet: 68, AD and DD. RGB value is (104,173,221). Sum of RGB (Red+Green+Blue) = 104+173+221=498 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.88% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #68ADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ADDD is #975222. Grayscale: #9D9D9D. Windows color (decimal): -9916963 or 14527848. OLE color: 14527848.

HSL color Cylindrical-coordinate representation of color #68ADDD: hue angle of 204.62º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68ADDD is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 173 221 -
CMYK 0.53 0.22 0 0.13
HSL 204.62º 0.63% 0.64% -
HSV(B) 204.62º 0.53% 0.87% -
XYZ 33.7 38.05 73.97 -
YUV 157.84 163.64 89.6 -
System Red Green Blue C M Y K H S L
Decimal 104 173 221 0.53 0.22 0 0.13 204.62 0.63 0.64
Hex 68 AD DD 35 16 0 D CD 3F 40
Octal 150 255 335 65 26 0 15 315 77 100
Binary 1101000 10101101 11011101 110101 10110 0 1101 11001101 111111 1000000

Color Harmonies of #68ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ADDD

Black with #68ADDD

Text Example


Text Example

White with #68ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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