Html Css Color HEX #68ACDD Malibu

📋 copy color: '#68ACDD'

red 104 ◦ green 172 ◦ blue 221

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

Shades of Malibu #68ACDD

Tints of Malibu #68ACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.61%

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

R = 20.93%
G = 34.61%
B = 44.47%

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

#68ACDD (or 0x68ACDD) is known color: Malibu. HEX triplet: 68, AC and DD. RGB value is (104,172,221). Sum of RGB (Red+Green+Blue) = 104+172+221=497 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.93% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #68ACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACDD is #975322. Grayscale: #9C9C9C. Windows color (decimal): -9917219 or 14527592. OLE color: 14527592.

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

Color convert

RGB 104 172 221 -
CMYK 0.53 0.22 0 0.13
HSL 205.13º 0.63% 0.64% -
HSV(B) 205.13º 0.53% 0.87% -
XYZ 33.51 37.67 73.91 -
YUV 157.25 163.97 90.02 -
System Red Green Blue C M Y K H S L
Decimal 104 172 221 0.53 0.22 0 0.13 205.13 0.63 0.64
Hex 68 AC DD 35 16 0 D CD 3F 40
Octal 150 254 335 65 26 0 15 315 77 100
Binary 1101000 10101100 11011101 110101 10110 0 1101 11001101 111111 1000000

Color Harmonies of #68ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ACDD

Black with #68ACDD

Text Example


Text Example

White with #68ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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