Html Css Color HEX #68AADC Malibu

📋 copy color: '#68AADC'

red 104 ◦ green 170 ◦ blue 220

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

Shades of Malibu #68AADC

Tints of Malibu #68AADC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.41%

 BLUE value IS 220 (86.33% from 255) = 44.53%

R = 21.05%
G = 34.41%
B = 44.53%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#68AADC (or 0x68AADC) is known color: Malibu. HEX triplet: 68, AA and DC. RGB value is (104,170,220). Sum of RGB (Red+Green+Blue) = 104+170+220=494 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.05% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #68AADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AADC is #975523. Grayscale: #9B9B9B. Windows color (decimal): -9917732 or 14461544. OLE color: 14461544.

HSL color Cylindrical-coordinate representation of color #68AADC: hue angle of 205.86º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68AADC is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 170 220 -
CMYK 0.53 0.23 0 0.14
HSL 205.86º 0.62% 0.64% -
HSV(B) 205.86º 0.53% 0.86% -
XYZ 33 36.86 73.09 -
YUV 155.97 164.13 90.93 -
System Red Green Blue C M Y K H S L
Decimal 104 170 220 0.53 0.23 0 0.14 205.86 0.62 0.64
Hex 68 AA DC 35 17 0 E CE 3E 40
Octal 150 252 334 65 27 0 16 316 76 100
Binary 1101000 10101010 11011100 110101 10111 0 1110 11001110 111110 1000000

Color Harmonies of #68AADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AADC

Black with #68AADC

Text Example


Text Example

White with #68AADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,170,220); }

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

background-color css

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

 a { background-color: rgb(104,170,220); }

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

border-color css

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

 span { border-color: rgb(104,170,220); }

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