Html Css Color HEX #68ADEA Malibu

📋 copy color: '#68ADEA'

red 104 ◦ green 173 ◦ blue 234

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

Shades of Malibu #68ADEA

Tints of Malibu #68ADEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.79%

R = 20.35%
G = 33.86%
B = 45.79%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#68ADEA (or 0x68ADEA) is known color: Malibu. HEX triplet: 68, AD and EA. RGB value is (104,173,234). Sum of RGB (Red+Green+Blue) = 104+173+234=511 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.35% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #68ADEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ADEA is #975215. Grayscale: #9F9F9F. Windows color (decimal): -9916950 or 15379816. OLE color: 15379816.

HSL color Cylindrical-coordinate representation of color #68ADEA: hue angle of 208.15º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68ADEA is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 173 234 -
CMYK 0.56 0.26 0 0.08
HSL 208.15º 0.76% 0.66% -
HSV(B) 208.15º 0.56% 0.92% -
XYZ 35.5 38.77 83.45 -
YUV 159.32 170.14 88.54 -
System Red Green Blue C M Y K H S L
Decimal 104 173 234 0.56 0.26 0 0.08 208.15 0.76 0.66
Hex 68 AD EA 38 1A 0 8 D0 4C 42
Octal 150 255 352 70 32 0 10 320 114 102
Binary 1101000 10101101 11101010 111000 11010 0 1000 11010000 1001100 1000010

Color Harmonies of #68ADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ADEA

Black with #68ADEA

Text Example


Text Example

White with #68ADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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