Html Css Color HEX #68ADDC Malibu

📋 copy color: '#68ADDC'

red 104 ◦ green 173 ◦ blue 220

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

Shades of Malibu #68ADDC

Tints of Malibu #68ADDC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.81%

 BLUE value IS 220 (86.33% from 255) = 44.27%

R = 20.93%
G = 34.81%
B = 44.27%

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

#68ADDC (or 0x68ADDC) is known color: Malibu. HEX triplet: 68, AD and DC. RGB value is (104,173,220). Sum of RGB (Red+Green+Blue) = 104+173+220=497 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.93% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #68ADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ADDC is #975223. Grayscale: #9D9D9D. Windows color (decimal): -9916964 or 14462312. OLE color: 14462312.

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

Color convert

RGB 104 173 220 -
CMYK 0.53 0.21 0 0.14
HSL 204.31º 0.62% 0.64% -
HSV(B) 204.31º 0.53% 0.86% -
XYZ 33.57 38 73.28 -
YUV 157.73 163.14 89.68 -
System Red Green Blue C M Y K H S L
Decimal 104 173 220 0.53 0.21 0 0.14 204.31 0.62 0.64
Hex 68 AD DC 35 15 0 E CC 3E 40
Octal 150 255 334 65 25 0 16 314 76 100
Binary 1101000 10101101 11011100 110101 10101 0 1110 11001100 111110 1000000

Color Harmonies of #68ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ADDC

Black with #68ADDC

Text Example


Text Example

White with #68ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,173,220); }

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

background-color css

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

 a { background-color: rgb(104,173,220); }

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

border-color css

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

 span { border-color: rgb(104,173,220); }

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