Html Css Color HEX #68AEDE Malibu

📋 copy color: '#68AEDE'

red 104 ◦ green 174 ◦ blue 222

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

Shades of Malibu #68AEDE

Tints of Malibu #68AEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.4%

R = 20.8%
G = 34.8%
B = 44.4%

CMYK

 C value IS 0.53

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68AEDE (or 0x68AEDE) is known color: Malibu. HEX triplet: 68, AE and DE. RGB value is (104,174,222). Sum of RGB (Red+Green+Blue) = 104+174+222=500 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.8% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #68AEDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AEDE is #975121. Grayscale: #9E9E9E. Windows color (decimal): -9916706 or 14593640. OLE color: 14593640.

HSL color Cylindrical-coordinate representation of color #68AEDE: hue angle of 204.41º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68AEDE is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 174 222 -
CMYK 0.53 0.22 0 0.13
HSL 204.41º 0.64% 0.64% -
HSV(B) 204.41º 0.53% 0.87% -
XYZ 34.03 38.49 74.74 -
YUV 158.54 163.81 89.1 -
System Red Green Blue C M Y K H S L
Decimal 104 174 222 0.53 0.22 0 0.13 204.41 0.64 0.64
Hex 68 AE DE 35 16 0 D CC 40 40
Octal 150 256 336 65 26 0 15 314 100 100
Binary 1101000 10101110 11011110 110101 10110 0 1101 11001100 1000000 1000000

Color Harmonies of #68AEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AEDE

Black with #68AEDE

Text Example


Text Example

White with #68AEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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