Html Css Color HEX #68ABDD Malibu

📋 copy color: '#68ABDD'

red 104 ◦ green 171 ◦ blue 221

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

Shades of Malibu #68ABDD

Tints of Malibu #68ABDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.56%

R = 20.97%
G = 34.48%
B = 44.56%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68ABDD (or 0x68ABDD) is known color: Malibu. HEX triplet: 68, AB and DD. RGB value is (104,171,221). Sum of RGB (Red+Green+Blue) = 104+171+221=496 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.97% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #68ABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ABDD is #975422. Grayscale: #9C9C9C. Windows color (decimal): -9917475 or 14527336. OLE color: 14527336.

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

Color convert

RGB 104 171 221 -
CMYK 0.53 0.23 0 0.13
HSL 205.64º 0.63% 0.64% -
HSV(B) 205.64º 0.53% 0.87% -
XYZ 33.32 37.29 73.85 -
YUV 156.67 164.3 90.43 -
System Red Green Blue C M Y K H S L
Decimal 104 171 221 0.53 0.23 0 0.13 205.64 0.63 0.64
Hex 68 AB DD 35 17 0 D CE 3F 40
Octal 150 253 335 65 27 0 15 316 77 100
Binary 1101000 10101011 11011101 110101 10111 0 1101 11001110 111111 1000000

Color Harmonies of #68ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ABDD

Black with #68ABDD

Text Example


Text Example

White with #68ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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