Html Css Color HEX #68AEE0 Malibu

📋 copy color: '#68AEE0'

red 104 ◦ green 174 ◦ blue 224

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

Shades of Malibu #68AEE0

Tints of Malibu #68AEE0

RGB

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

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

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

R = 20.72%
G = 34.66%
B = 44.62%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#68AEE0 (or 0x68AEE0) is known color: Malibu. HEX triplet: 68, AE and E0. RGB value is (104,174,224). Sum of RGB (Red+Green+Blue) = 104+174+224=502 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.72% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 224 - color contains mainly: blue. Hex color #68AEE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AEE0 is #97511F. Grayscale: #9E9E9E. Windows color (decimal): -9916704 or 14724712. OLE color: 14724712.

HSL color Cylindrical-coordinate representation of color #68AEE0: hue angle of 205º 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 #68AEE0 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 104 174 224 -
CMYK 0.54 0.22 0 0.12
HSL 205º 0.66% 0.64% -
HSV(B) 205º 0.54% 0.88% -
XYZ 34.3 38.6 76.16 -
YUV 158.77 164.81 88.93 -
System Red Green Blue C M Y K H S L
Decimal 104 174 224 0.54 0.22 0 0.12 205 0.66 0.64
Hex 68 AE E0 36 16 0 C CD 42 40
Octal 150 256 340 66 26 0 14 315 102 100
Binary 1101000 10101110 11100000 110110 10110 0 1100 11001101 1000010 1000000

Color Harmonies of #68AEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AEE0

Black with #68AEE0

Text Example


Text Example

White with #68AEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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