Html Css Color HEX #68ADDE Malibu

📋 copy color: '#68ADDE'

red 104 ◦ green 173 ◦ blue 222

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

Shades of Malibu #68ADDE

Tints of Malibu #68ADDE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.67%

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

R = 20.84%
G = 34.67%
B = 44.49%

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

#68ADDE (or 0x68ADDE) is known color: Malibu. HEX triplet: 68, AD and DE. RGB value is (104,173,222). Sum of RGB (Red+Green+Blue) = 104+173+222=499 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.84% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #68ADDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ADDE is #975221. Grayscale: #9D9D9D. Windows color (decimal): -9916962 or 14593384. OLE color: 14593384.

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

Color convert

RGB 104 173 222 -
CMYK 0.53 0.22 0 0.13
HSL 204.92º 0.64% 0.64% -
HSV(B) 204.92º 0.53% 0.87% -
XYZ 33.84 38.1 74.68 -
YUV 157.96 164.14 89.52 -
System Red Green Blue C M Y K H S L
Decimal 104 173 222 0.53 0.22 0 0.13 204.92 0.64 0.64
Hex 68 AD DE 35 16 0 D CD 40 40
Octal 150 255 336 65 26 0 15 315 100 100
Binary 1101000 10101101 11011110 110101 10110 0 1101 11001101 1000000 1000000

Color Harmonies of #68ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ADDE

Black with #68ADDE

Text Example


Text Example

White with #68ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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