Html Css Color HEX #68ABDA Malibu

📋 copy color: '#68ABDA'

red 104 ◦ green 171 ◦ blue 218

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

Shades of Malibu #68ABDA

Tints of Malibu #68ABDA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.69%

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

R = 21.1%
G = 34.69%
B = 44.22%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#68ABDA (or 0x68ABDA) is known color: Malibu. HEX triplet: 68, AB and DA. RGB value is (104,171,218). Sum of RGB (Red+Green+Blue) = 104+171+218=493 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.10% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #68ABDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ABDA is #975425. Grayscale: #9C9C9C. Windows color (decimal): -9917478 or 14330728. OLE color: 14330728.

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

Color convert

RGB 104 171 218 -
CMYK 0.52 0.22 0 0.15
HSL 204.74º 0.61% 0.63% -
HSV(B) 204.74º 0.52% 0.85% -
XYZ 32.93 37.13 71.76 -
YUV 156.33 162.8 90.68 -
System Red Green Blue C M Y K H S L
Decimal 104 171 218 0.52 0.22 0 0.15 204.74 0.61 0.63
Hex 68 AB DA 34 16 0 F CD 3D 3F
Octal 150 253 332 64 26 0 17 315 75 77
Binary 1101000 10101011 11011010 110100 10110 0 1111 11001101 111101 111111

Color Harmonies of #68ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ABDA

Black with #68ABDA

Text Example


Text Example

White with #68ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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