Html Css Color HEX #68AEDC Malibu

📋 copy color: '#68AEDC'

red 104 ◦ green 174 ◦ blue 220

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

Shades of Malibu #68AEDC

Tints of Malibu #68AEDC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.94%

 BLUE value IS 220 (86.33% from 255) = 44.18%

R = 20.88%
G = 34.94%
B = 44.18%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#68AEDC (or 0x68AEDC) is known color: Malibu. HEX triplet: 68, AE and DC. RGB value is (104,174,220). Sum of RGB (Red+Green+Blue) = 104+174+220=498 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.88% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #68AEDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AEDC is #975123. Grayscale: #9E9E9E. Windows color (decimal): -9916708 or 14462568. OLE color: 14462568.

HSL color Cylindrical-coordinate representation of color #68AEDC: hue angle of 203.79º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68AEDC is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 174 220 -
CMYK 0.53 0.21 0 0.14
HSL 203.79º 0.62% 0.64% -
HSV(B) 203.79º 0.53% 0.86% -
XYZ 33.76 38.38 73.34 -
YUV 158.31 162.81 89.26 -
System Red Green Blue C M Y K H S L
Decimal 104 174 220 0.53 0.21 0 0.14 203.79 0.62 0.64
Hex 68 AE DC 35 15 0 E CC 3E 40
Octal 150 256 334 65 25 0 16 314 76 100
Binary 1101000 10101110 11011100 110101 10101 0 1110 11001100 111110 1000000

Color Harmonies of #68AEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AEDC

Black with #68AEDC

Text Example


Text Example

White with #68AEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,174,220); }

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

background-color css

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

 a { background-color: rgb(104,174,220); }

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

border-color css

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

 span { border-color: rgb(104,174,220); }

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