Html Css Color HEX #68ADE2 Malibu

📋 copy color: '#68ADE2'

red 104 ◦ green 173 ◦ blue 226

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

Shades of Malibu #68ADE2

Tints of Malibu #68ADE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 44.93%

R = 20.68%
G = 34.39%
B = 44.93%

CMYK

 C value IS 0.54

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#68ADE2 (or 0x68ADE2) is known color: Malibu. HEX triplet: 68, AD and E2. RGB value is (104,173,226). Sum of RGB (Red+Green+Blue) = 104+173+226=503 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.68% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 226 (88.67% from 255 or 44.93% from 503); Max value from RGB is 226 - color contains mainly: blue. Hex color #68ADE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ADE2 is #97521D. Grayscale: #9E9E9E. Windows color (decimal): -9916958 or 14855528. OLE color: 14855528.

HSL color Cylindrical-coordinate representation of color #68ADE2: hue angle of 206.07º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68ADE2 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 104 173 226 -
CMYK 0.54 0.23 0 0.11
HSL 206.07º 0.68% 0.65% -
HSV(B) 206.07º 0.54% 0.89% -
XYZ 34.38 38.32 77.54 -
YUV 158.41 166.14 89.19 -
System Red Green Blue C M Y K H S L
Decimal 104 173 226 0.54 0.23 0 0.11 206.07 0.68 0.65
Hex 68 AD E2 36 17 0 B CE 44 41
Octal 150 255 342 66 27 0 13 316 104 101
Binary 1101000 10101101 11100010 110110 10111 0 1011 11001110 1000100 1000001

Color Harmonies of #68ADE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ADE2

Black with #68ADE2

Text Example


Text Example

White with #68ADE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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