Html Css Color HEX #68AAE8 Malibu

📋 copy color: '#68AAE8'

red 104 ◦ green 170 ◦ blue 232

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

Shades of Malibu #68AAE8

Tints of Malibu #68AAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 45.85%

R = 20.55%
G = 33.6%
B = 45.85%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#68AAE8 (or 0x68AAE8) is known color: Malibu. HEX triplet: 68, AA and E8. RGB value is (104,170,232). Sum of RGB (Red+Green+Blue) = 104+170+232=506 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.55% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 232 (91.02% from 255 or 45.85% from 506); Max value from RGB is 232 - color contains mainly: blue. Hex color #68AAE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AAE8 is #975517. Grayscale: #9D9D9D. Windows color (decimal): -9917720 or 15247976. OLE color: 15247976.

HSL color Cylindrical-coordinate representation of color #68AAE8: hue angle of 209.06º degrees, saturation: 0.74, 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 #68AAE8 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 104 170 232 -
CMYK 0.55 0.27 0 0.09
HSL 209.06º 0.74% 0.66% -
HSV(B) 209.06º 0.55% 0.91% -
XYZ 34.65 37.52 81.76 -
YUV 157.33 170.13 89.96 -
System Red Green Blue C M Y K H S L
Decimal 104 170 232 0.55 0.27 0 0.09 209.06 0.74 0.66
Hex 68 AA E8 37 1B 0 9 D1 4A 42
Octal 150 252 350 67 33 0 11 321 112 102
Binary 1101000 10101010 11101000 110111 11011 0 1001 11010001 1001010 1000010

Color Harmonies of #68AAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AAE8

Black with #68AAE8

Text Example


Text Example

White with #68AAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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