Html Css Color HEX #68AAE5 Malibu

📋 copy color: '#68AAE5'

red 104 ◦ green 170 ◦ blue 229

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

Shades of Malibu #68AAE5

Tints of Malibu #68AAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.53%

R = 20.68%
G = 33.8%
B = 45.53%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#68AAE5 (or 0x68AAE5) is known color: Malibu. HEX triplet: 68, AA and E5. RGB value is (104,170,229). Sum of RGB (Red+Green+Blue) = 104+170+229=503 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.68% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 229 - color contains mainly: blue. Hex color #68AAE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AAE5 is #97551A. Grayscale: #9C9C9C. Windows color (decimal): -9917723 or 15051368. OLE color: 15051368.

HSL color Cylindrical-coordinate representation of color #68AAE5: hue angle of 208.32º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68AAE5 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 104 170 229 -
CMYK 0.55 0.26 0 0.10
HSL 208.32º 0.71% 0.65% -
HSV(B) 208.32º 0.55% 0.9% -
XYZ 34.23 37.35 79.53 -
YUV 156.99 168.63 90.2 -
System Red Green Blue C M Y K H S L
Decimal 104 170 229 0.55 0.26 0 0.10 208.32 0.71 0.65
Hex 68 AA E5 37 1A 0 A D0 47 41
Octal 150 252 345 67 32 0 12 320 107 101
Binary 1101000 10101010 11100101 110111 11010 0 1010 11010000 1000111 1000001

Color Harmonies of #68AAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AAE5

Black with #68AAE5

Text Example


Text Example

White with #68AAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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