Html Css Color HEX #68AAE7 Malibu

📋 copy color: '#68AAE7'

red 104 ◦ green 170 ◦ blue 231

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

Shades of Malibu #68AAE7

Tints of Malibu #68AAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.74%

R = 20.59%
G = 33.66%
B = 45.74%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#68AAE7 (or 0x68AAE7) is known color: Malibu. HEX triplet: 68, AA and E7. RGB value is (104,170,231). Sum of RGB (Red+Green+Blue) = 104+170+231=505 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.59% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 231 (90.62% from 255 or 45.74% from 505); Max value from RGB is 231 - color contains mainly: blue. Hex color #68AAE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AAE7 is #975518. Grayscale: #9C9C9C. Windows color (decimal): -9917721 or 15182440. OLE color: 15182440.

HSL color Cylindrical-coordinate representation of color #68AAE7: hue angle of 208.82º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68AAE7 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 104 170 231 -
CMYK 0.55 0.26 0 0.09
HSL 208.82º 0.73% 0.66% -
HSV(B) 208.82º 0.55% 0.91% -
XYZ 34.51 37.46 81.01 -
YUV 157.22 169.63 90.04 -
System Red Green Blue C M Y K H S L
Decimal 104 170 231 0.55 0.26 0 0.09 208.82 0.73 0.66
Hex 68 AA E7 37 1A 0 9 D1 49 42
Octal 150 252 347 67 32 0 11 321 111 102
Binary 1101000 10101010 11100111 110111 11010 0 1001 11010001 1001001 1000010

Color Harmonies of #68AAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AAE7

Black with #68AAE7

Text Example


Text Example

White with #68AAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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