Html Css Color HEX #68ADDA Malibu

📋 copy color: '#68ADDA'

red 104 ◦ green 173 ◦ blue 218

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

Shades of Malibu #68ADDA

Tints of Malibu #68ADDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.04%

R = 21.01%
G = 34.95%
B = 44.04%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#68ADDA (or 0x68ADDA) is known color: Malibu. HEX triplet: 68, AD and DA. RGB value is (104,173,218). Sum of RGB (Red+Green+Blue) = 104+173+218=495 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.01% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #68ADDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ADDA is #975225. Grayscale: #9D9D9D. Windows color (decimal): -9916966 or 14331240. OLE color: 14331240.

HSL color Cylindrical-coordinate representation of color #68ADDA: hue angle of 203.68º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68ADDA is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 173 218 -
CMYK 0.52 0.21 0 0.15
HSL 203.68º 0.61% 0.63% -
HSV(B) 203.68º 0.52% 0.85% -
XYZ 33.31 37.89 71.89 -
YUV 157.5 162.14 89.84 -
System Red Green Blue C M Y K H S L
Decimal 104 173 218 0.52 0.21 0 0.15 203.68 0.61 0.63
Hex 68 AD DA 34 15 0 F CC 3D 3F
Octal 150 255 332 64 25 0 17 314 75 77
Binary 1101000 10101101 11011010 110100 10101 0 1111 11001100 111101 111111

Color Harmonies of #68ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ADDA

Black with #68ADDA

Text Example


Text Example

White with #68ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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