Html Css Color HEX #68AAD8 Malibu

📋 copy color: '#68AAD8'

red 104 ◦ green 170 ◦ blue 216

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

Shades of Malibu #68AAD8

Tints of Malibu #68AAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.08%

R = 21.22%
G = 34.69%
B = 44.08%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#68AAD8 (or 0x68AAD8) is known color: Malibu. HEX triplet: 68, AA and D8. RGB value is (104,170,216). Sum of RGB (Red+Green+Blue) = 104+170+216=490 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.22% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 216 - color contains mainly: blue. Hex color #68AAD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AAD8 is #975527. Grayscale: #9B9B9B. Windows color (decimal): -9917736 or 14199400. OLE color: 14199400.

HSL color Cylindrical-coordinate representation of color #68AAD8: hue angle of 204.64º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68AAD8 is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 170 216 -
CMYK 0.52 0.21 0 0.15
HSL 204.64º 0.59% 0.63% -
HSV(B) 204.64º 0.52% 0.85% -
XYZ 32.48 36.65 70.33 -
YUV 155.51 162.13 91.26 -
System Red Green Blue C M Y K H S L
Decimal 104 170 216 0.52 0.21 0 0.15 204.64 0.59 0.63
Hex 68 AA D8 34 15 0 F CD 3B 3F
Octal 150 252 330 64 25 0 17 315 73 77
Binary 1101000 10101010 11011000 110100 10101 0 1111 11001101 111011 111111

Color Harmonies of #68AAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AAD8

Black with #68AAD8

Text Example


Text Example

White with #68AAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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