Html Css Color HEX #68ACD5 Malibu

📋 copy color: '#68ACD5'

red 104 ◦ green 172 ◦ blue 213

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

Shades of Malibu #68ACD5

Tints of Malibu #68ACD5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.17%

 BLUE value IS 213 (83.59% from 255) = 43.56%

R = 21.27%
G = 35.17%
B = 43.56%

CMYK

 C value IS 0.51

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#68ACD5 (or 0x68ACD5) is known color: Malibu. HEX triplet: 68, AC and D5. RGB value is (104,172,213). Sum of RGB (Red+Green+Blue) = 104+172+213=489 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.27% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 213 - color contains mainly: blue. Hex color #68ACD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACD5 is #97532A. Grayscale: #9C9C9C. Windows color (decimal): -9917227 or 14003304. OLE color: 14003304.

HSL color Cylindrical-coordinate representation of color #68ACD5: hue angle of 202.57º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68ACD5 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 172 213 -
CMYK 0.51 0.19 0 0.16
HSL 202.57º 0.56% 0.62% -
HSV(B) 202.57º 0.51% 0.84% -
XYZ 32.47 37.25 68.43 -
YUV 156.34 159.97 90.67 -
System Red Green Blue C M Y K H S L
Decimal 104 172 213 0.51 0.19 0 0.16 202.57 0.56 0.62
Hex 68 AC D5 33 13 0 10 CB 38 3E
Octal 150 254 325 63 23 0 20 313 70 76
Binary 1101000 10101100 11010101 110011 10011 0 10000 11001011 111000 111110

Color Harmonies of #68ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ACD5

Black with #68ACD5

Text Example


Text Example

White with #68ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,172,213); }

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

background-color css

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

 a { background-color: rgb(104,172,213); }

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

border-color css

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

 span { border-color: rgb(104,172,213); }

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