Html Css Color HEX #68AADE Malibu

📋 copy color: '#68AADE'

red 104 ◦ green 170 ◦ blue 222

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

Shades of Malibu #68AADE

Tints of Malibu #68AADE

RGB

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

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

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

R = 20.97%
G = 34.27%
B = 44.76%

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

#68AADE (or 0x68AADE) is known color: Malibu. HEX triplet: 68, AA and DE. RGB value is (104,170,222). Sum of RGB (Red+Green+Blue) = 104+170+222=496 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.97% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #68AADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AADE is #975521. Grayscale: #9B9B9B. Windows color (decimal): -9917730 or 14592616. OLE color: 14592616.

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

Color convert

RGB 104 170 222 -
CMYK 0.53 0.23 0 0.13
HSL 206.44º 0.64% 0.64% -
HSV(B) 206.44º 0.53% 0.87% -
XYZ 33.27 36.97 74.49 -
YUV 156.19 165.13 90.77 -
System Red Green Blue C M Y K H S L
Decimal 104 170 222 0.53 0.23 0 0.13 206.44 0.64 0.64
Hex 68 AA DE 35 17 0 D CE 40 40
Octal 150 252 336 65 27 0 15 316 100 100
Binary 1101000 10101010 11011110 110101 10111 0 1101 11001110 1000000 1000000

Color Harmonies of #68AADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AADE

Black with #68AADE

Text Example


Text Example

White with #68AADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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