Html Css Color HEX #68ACE1 Malibu

📋 copy color: '#68ACE1'

red 104 ◦ green 172 ◦ blue 225

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

Shades of Malibu #68ACE1

Tints of Malibu #68ACE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.91%

R = 20.76%
G = 34.33%
B = 44.91%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#68ACE1 (or 0x68ACE1) is known color: Malibu. HEX triplet: 68, AC and E1. RGB value is (104,172,225). Sum of RGB (Red+Green+Blue) = 104+172+225=501 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.76% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 225 (88.28% from 255 or 44.91% from 501); Max value from RGB is 225 - color contains mainly: blue. Hex color #68ACE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACE1 is #97531E. Grayscale: #9D9D9D. Windows color (decimal): -9917215 or 14789736. OLE color: 14789736.

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

Color convert

RGB 104 172 225 -
CMYK 0.54 0.24 0 0.12
HSL 206.28º 0.67% 0.65% -
HSV(B) 206.28º 0.54% 0.88% -
XYZ 34.05 37.88 76.75 -
YUV 157.71 165.97 89.69 -
System Red Green Blue C M Y K H S L
Decimal 104 172 225 0.54 0.24 0 0.12 206.28 0.67 0.65
Hex 68 AC E1 36 18 0 C CE 43 41
Octal 150 254 341 66 30 0 14 316 103 101
Binary 1101000 10101100 11100001 110110 11000 0 1100 11001110 1000011 1000001

Color Harmonies of #68ACE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ACE1

Black with #68ACE1

Text Example


Text Example

White with #68ACE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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