Html Css Color HEX #68ACDA Malibu

📋 copy color: '#68ACDA'

red 104 ◦ green 172 ◦ blue 218

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

Shades of Malibu #68ACDA

Tints of Malibu #68ACDA

RGB

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

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

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

R = 21.05%
G = 34.82%
B = 44.13%

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

#68ACDA (or 0x68ACDA) is known color: Malibu. HEX triplet: 68, AC and DA. RGB value is (104,172,218). Sum of RGB (Red+Green+Blue) = 104+172+218=494 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.05% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #68ACDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACDA is #975325. Grayscale: #9C9C9C. Windows color (decimal): -9917222 or 14330984. OLE color: 14330984.

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

Color convert

RGB 104 172 218 -
CMYK 0.52 0.21 0 0.15
HSL 204.21º 0.61% 0.63% -
HSV(B) 204.21º 0.52% 0.85% -
XYZ 33.12 37.51 71.82 -
YUV 156.91 162.47 90.26 -
System Red Green Blue C M Y K H S L
Decimal 104 172 218 0.52 0.21 0 0.15 204.21 0.61 0.63
Hex 68 AC DA 34 15 0 F CC 3D 3F
Octal 150 254 332 64 25 0 17 314 75 77
Binary 1101000 10101100 11011010 110100 10101 0 1111 11001100 111101 111111

Color Harmonies of #68ACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ACDA

Black with #68ACDA

Text Example


Text Example

White with #68ACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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