Html Css Color HEX #68ABE2 Malibu

📋 copy color: '#68ABE2'

red 104 ◦ green 171 ◦ blue 226

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

Shades of Malibu #68ABE2

Tints of Malibu #68ABE2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.13%

 BLUE value IS 226 (88.67% from 255) = 45.11%

R = 20.76%
G = 34.13%
B = 45.11%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#68ABE2 (or 0x68ABE2) is known color: Malibu. HEX triplet: 68, AB and E2. RGB value is (104,171,226). Sum of RGB (Red+Green+Blue) = 104+171+226=501 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.76% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 226 (88.67% from 255 or 45.11% from 501); Max value from RGB is 226 - color contains mainly: blue. Hex color #68ABE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ABE2 is #97541D. Grayscale: #9C9C9C. Windows color (decimal): -9917470 or 14855016. OLE color: 14855016.

HSL color Cylindrical-coordinate representation of color #68ABE2: hue angle of 207.05º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68ABE2 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 104 171 226 -
CMYK 0.54 0.24 0 0.11
HSL 207.05º 0.68% 0.65% -
HSV(B) 207.05º 0.54% 0.89% -
XYZ 34 37.56 77.41 -
YUV 157.24 166.8 90.03 -
System Red Green Blue C M Y K H S L
Decimal 104 171 226 0.54 0.24 0 0.11 207.05 0.68 0.65
Hex 68 AB E2 36 18 0 B CF 44 41
Octal 150 253 342 66 30 0 13 317 104 101
Binary 1101000 10101011 11100010 110110 11000 0 1011 11001111 1000100 1000001

Color Harmonies of #68ABE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ABE2

Black with #68ABE2

Text Example


Text Example

White with #68ABE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,171,226); }

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

background-color css

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

 a { background-color: rgb(104,171,226); }

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

border-color css

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

 span { border-color: rgb(104,171,226); }

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