Html Css Color HEX #68ACE0 Malibu

📋 copy color: '#68ACE0'

red 104 ◦ green 172 ◦ blue 224

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

Shades of Malibu #68ACE0

Tints of Malibu #68ACE0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.4%

 BLUE value IS 224 (87.89% from 255) = 44.8%

R = 20.8%
G = 34.4%
B = 44.8%

CMYK

 C value IS 0.54

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#68ACE0 (or 0x68ACE0) is known color: Malibu. HEX triplet: 68, AC and E0. RGB value is (104,172,224). Sum of RGB (Red+Green+Blue) = 104+172+224=500 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.8% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 224 (87.89% from 255 or 44.8% from 500); Max value from RGB is 224 - color contains mainly: blue. Hex color #68ACE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACE0 is #97531F. Grayscale: #9D9D9D. Windows color (decimal): -9917216 or 14724200. OLE color: 14724200.

HSL color Cylindrical-coordinate representation of color #68ACE0: hue angle of 206º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68ACE0 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 104 172 224 -
CMYK 0.54 0.23 0 0.12
HSL 206º 0.66% 0.64% -
HSV(B) 206º 0.54% 0.88% -
XYZ 33.92 37.83 76.04 -
YUV 157.6 165.47 89.77 -
System Red Green Blue C M Y K H S L
Decimal 104 172 224 0.54 0.23 0 0.12 206 0.66 0.64
Hex 68 AC E0 36 17 0 C CE 42 40
Octal 150 254 340 66 27 0 14 316 102 100
Binary 1101000 10101100 11100000 110110 10111 0 1100 11001110 1000010 1000000

Color Harmonies of #68ACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ACE0

Black with #68ACE0

Text Example


Text Example

White with #68ACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,172,224); }

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

background-color css

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

 a { background-color: rgb(104,172,224); }

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

border-color css

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

 span { border-color: rgb(104,172,224); }

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