Html Css Color HEX #68ACEA Malibu

📋 copy color: '#68ACEA'

red 104 ◦ green 172 ◦ blue 234

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

Shades of Malibu #68ACEA

Tints of Malibu #68ACEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.88%

R = 20.39%
G = 33.73%
B = 45.88%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#68ACEA (or 0x68ACEA) is known color: Malibu. HEX triplet: 68, AC and EA. RGB value is (104,172,234). Sum of RGB (Red+Green+Blue) = 104+172+234=510 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.39% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #68ACEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ACEA is #975315. Grayscale: #9E9E9E. Windows color (decimal): -9917206 or 15379560. OLE color: 15379560.

HSL color Cylindrical-coordinate representation of color #68ACEA: hue angle of 208.62º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68ACEA is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 172 234 -
CMYK 0.56 0.26 0 0.08
HSL 208.62º 0.76% 0.66% -
HSV(B) 208.62º 0.56% 0.92% -
XYZ 35.31 38.39 83.39 -
YUV 158.74 170.47 88.96 -
System Red Green Blue C M Y K H S L
Decimal 104 172 234 0.56 0.26 0 0.08 208.62 0.76 0.66
Hex 68 AC EA 38 1A 0 8 D1 4C 42
Octal 150 254 352 70 32 0 10 321 114 102
Binary 1101000 10101100 11101010 111000 11010 0 1000 11010001 1001100 1000010

Color Harmonies of #68ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ACEA

Black with #68ACEA

Text Example


Text Example

White with #68ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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