Html Css Color HEX #68ACDB Malibu

📋 copy color: '#68ACDB'

red 104 ◦ green 172 ◦ blue 219

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

Shades of Malibu #68ACDB

Tints of Malibu #68ACDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.24%

R = 21.01%
G = 34.75%
B = 44.24%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#68ACDB (or 0x68ACDB) is known color: Malibu. HEX triplet: 68, AC and DB. RGB value is (104,172,219). Sum of RGB (Red+Green+Blue) = 104+172+219=495 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.01% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #68ACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACDB is #975324. Grayscale: #9C9C9C. Windows color (decimal): -9917221 or 14396520. OLE color: 14396520.

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

Color convert

RGB 104 172 219 -
CMYK 0.53 0.21 0 0.14
HSL 204.52º 0.61% 0.63% -
HSV(B) 204.52º 0.53% 0.86% -
XYZ 33.25 37.56 72.52 -
YUV 157.03 162.97 90.18 -
System Red Green Blue C M Y K H S L
Decimal 104 172 219 0.53 0.21 0 0.14 204.52 0.61 0.63
Hex 68 AC DB 35 15 0 E CD 3D 3F
Octal 150 254 333 65 25 0 16 315 75 77
Binary 1101000 10101100 11011011 110101 10101 0 1110 11001101 111101 111111

Color Harmonies of #68ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ACDB

Black with #68ACDB

Text Example


Text Example

White with #68ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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