Html Css Color HEX #68ACDE Malibu

📋 copy color: '#68ACDE'

red 104 ◦ green 172 ◦ blue 222

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

Shades of Malibu #68ACDE

Tints of Malibu #68ACDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.58%

R = 20.88%
G = 34.54%
B = 44.58%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68ACDE (or 0x68ACDE) is known color: Malibu. HEX triplet: 68, AC and DE. RGB value is (104,172,222). Sum of RGB (Red+Green+Blue) = 104+172+222=498 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.88% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #68ACDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACDE is #975321. Grayscale: #9D9D9D. Windows color (decimal): -9917218 or 14593128. OLE color: 14593128.

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

Color convert

RGB 104 172 222 -
CMYK 0.53 0.23 0 0.13
HSL 205.42º 0.64% 0.64% -
HSV(B) 205.42º 0.53% 0.87% -
XYZ 33.65 37.72 74.61 -
YUV 157.37 164.47 89.93 -
System Red Green Blue C M Y K H S L
Decimal 104 172 222 0.53 0.23 0 0.13 205.42 0.64 0.64
Hex 68 AC DE 35 17 0 D CD 40 40
Octal 150 254 336 65 27 0 15 315 100 100
Binary 1101000 10101100 11011110 110101 10111 0 1101 11001101 1000000 1000000

Color Harmonies of #68ACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ACDE

Black with #68ACDE

Text Example


Text Example

White with #68ACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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