Html Css Color HEX #68AADF Malibu

📋 copy color: '#68AADF'

red 104 ◦ green 170 ◦ blue 223

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

Shades of Malibu #68AADF

Tints of Malibu #68AADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.87%

R = 20.93%
G = 34.21%
B = 44.87%

CMYK

 C value IS 0.53

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68AADF (or 0x68AADF) is known color: Malibu. HEX triplet: 68, AA and DF. RGB value is (104,170,223). Sum of RGB (Red+Green+Blue) = 104+170+223=497 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.93% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #68AADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AADF is #975520. Grayscale: #9C9C9C. Windows color (decimal): -9917729 or 14658152. OLE color: 14658152.

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

Color convert

RGB 104 170 223 -
CMYK 0.53 0.24 0 0.13
HSL 206.72º 0.65% 0.64% -
HSV(B) 206.72º 0.53% 0.87% -
XYZ 33.4 37.02 75.2 -
YUV 156.31 165.63 90.69 -
System Red Green Blue C M Y K H S L
Decimal 104 170 223 0.53 0.24 0 0.13 206.72 0.65 0.64
Hex 68 AA DF 35 18 0 D CF 41 40
Octal 150 252 337 65 30 0 15 317 101 100
Binary 1101000 10101010 11011111 110101 11000 0 1101 11001111 1000001 1000000

Color Harmonies of #68AADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AADF

Black with #68AADF

Text Example


Text Example

White with #68AADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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